49 Commits

Author SHA1 Message Date
Gustl22
45cf4057d1
GL30 adapter (#652) 2019-02-19 13:45:22 +02:00
Gustl22
0a8e56ea05
DateTime adapter (#628) 2019-02-19 12:05:39 +02:00
Gustl22
cae68ffec9
BuildingLayer: add getExtrusionRenderer (#633) 2019-01-23 09:49:55 +02:00
Gustl22
608edc2d46
vtm-web: move SLF4J GWT logger provider to app implementations (#630) 2019-01-23 09:37:11 +02:00
Gustl22
d806d6bcca
Add missing @Override annotations (#617) 2018-12-12 11:10:33 +02:00
Gustl22
70dd6554c3 refactor 'final static' to 'static final' convention 2018-12-06 21:06:04 +01:00
Izumi Kawashima
09a6cf2497
vtm-gdx-poi3d module (#600) 2018-12-03 12:04:20 +02:00
Izumi Kawashima
66c5e2b773
Support display density for WebGL (#563) 2018-08-15 18:45:47 +03:00
Emux
4ebca73023
Android 9 compatibility, fix #550 2018-06-10 19:14:55 +03:00
Emux
34023cdc95
Render themes: house numbers zoom-min 18 #393 2018-05-11 12:08:14 +03:00
Gustl22
77d0c36539
VTM high resolution logo (#508) 2018-02-24 18:22:06 +02:00
Izumi Kawashima
49476e17bb
Map view roll (#474) 2018-01-26 18:29:35 +02:00
Gustl22
f98fe65827 fix styles order via use-attribute 2018-01-24 16:20:47 +01:00
Gustl22
8e35a178d2
Internal render theme improvements (#488) 2018-01-23 21:19:32 +02:00
Gustl22
067f08834d
Improved theme styles (#479)
Fonts added: thin, light, medium, black, condensed
2018-01-14 15:31:31 +02:00
Emux
a67b2f2c91
Gradle 4 / Android plugin 3 transitive dependencies, fix #433 2018-01-02 14:46:39 +02:00
Emux
c3639dcb24
Update Gretty 2017-12-29 17:18:10 +02:00
Izumi Kawashima
abac84e82a
Add building z-limit function to shader and web ui (#462) 2017-12-26 13:59:42 +02:00
Gustl22
ba68b79e86
Refactor S3DB layer (#452) 2017-12-04 15:08:19 +02:00
Emux
cbdeb58c2f Gradle 4 and Android plugin 3, fix #433 2017-10-29 18:52:55 +02:00
Emux
5615604170 Render themes improvements #41 2017-10-12 10:46:26 +03:00
Emux
cedf3edc61 Render themes improvements #41 2017-09-28 15:05:41 +03:00
Emux
b59f20ef49 Fix web modules 2017-09-05 15:45:08 +03:00
Emux
45383397bc Update dependencies 2017-05-30 14:11:44 +03:00
Emux
b32692942f Gretty plugin (Gradle) at web modules, closes #338 2017-03-18 19:20:43 +02:00
Emux
f2dda7c8eb vtm-web-app: include theme with texture atlas symbols #51 2017-02-06 20:07:55 +02:00
Schedul Xor
8fc354c96a libGDX1.9.5, GWT2.8.0 applied to vtm-web (#290) 2017-02-06 10:48:19 +02:00
Emux
8397d5a3be Platform identification improvements #286, closes #285 2017-01-27 20:09:33 +02:00
Emux
feae45f78b Update libGDX to 1.9.5 #270 2016-12-14 15:33:26 +02:00
Emux
9f4ef47b95 Gradle: enhance clean tasks in vtm web apps 2016-11-24 10:19:35 +02:00
Emux
f0a652faf3 vtm-web modules: minor cleanup #51 2016-11-21 11:20:31 +02:00
Izumi Kawashima
308497ffa6 Update vtm-web modules (#240) #51 2016-11-20 19:13:00 +02:00
Emux
877d217f31 Update dependencies 2016-11-05 13:53:05 +02:00
Emux
43ca550832 Improve code / xml formatting, #54 2016-07-12 19:53:47 +03:00
Emux
e793e8851b Improve code / xml formatting, closes #54 2016-07-09 19:45:23 +03:00
Emux
d6a65ff731 Normalize all the line endings 2016-07-04 20:58:33 +03:00
Emux
2a50f89b90 Use a main gitignore 2016-07-04 14:14:08 +03:00
Emux
eca77a0afc Gradle build refactoring, closes #46 2016-07-03 20:43:32 +03:00
Hannes Janetzek
b174f65122 added drawing api
add GeomBuilder, needs Jts

drawing_api: squashed

drawing_api: use JtsDrawable baseclass

- add makeCircle for testing

drawing_api: cleanups

drawing_api: refactor

drawing_api: use SpatialIndex

drawing_api: optimization + cleanup

drawing_api: VectorLayer

- use VectorLayer for PathLayer

drawing_api: make style builder more consistent with theme api

drawing_api: wip
2015-06-18 00:17:01 +02:00
Hannes Janetzek
bf2909585b gradle: update GWT 2014-11-03 01:36:24 +01:00
Hannes Janetzek
846d90f9fe nicer gl api
- java class name should suffice as namespace
- also use import static gl instance seems to work now with Gwt
2014-10-10 03:23:37 +02:00
Hannes Janetzek
a97b3283a0 add TileSource.Builders 2014-09-11 21:00:26 +02:00
Hannes Janetzek
5d939cdbfd gradle: update 2014-06-10 22:16:07 +02:00
Hannes Janetzek
4ddf9dcf39 refactor ExtrusionRenderer
- extract tile specific parts to BuildingRenderer
- sort tiles by distance for compilation
- slow down fade out animation
2014-05-24 23:06:50 +02:00
Hannes Janetzek
9bd327cbe6 API: remove setBackgroundMap, add setBaseMap(TileLayer) 2014-05-05 00:05:05 +02:00
Hannes Janetzek
72b2349e11 gwt: add MapUrl for url hash parsing and updates 2014-03-27 03:14:05 +01:00
Hannes Janetzek
150c7d911c gwt: s3db layer 2014-03-27 03:14:05 +01:00
Hannes Janetzek
e6eab7f773 gwt: use canvas defined in html
- handle resize in js
- app option for tileSize in MapConfig js object
2014-03-27 03:14:04 +01:00
Hannes Janetzek
4e4d4270db split vtm-web into library and vtm-web-app 2014-03-27 03:14:03 +01:00