Commit Graph
3123 Commits
Author SHA1 Message Date
Emux 540d6c23f9 libGDX 1.9.9, fix #635 2019-01-23 12:45:50 +02:00
Emux 5eb27b7553 Update Gradle 2019-01-23 12:19:34 +02:00
Emux ef87bae51f Mapilion: more hillshading options #614 2019-01-23 10:38:54 +02:00
Emux 8c2f788069 GL debug improvements #626 2019-01-23 10:21:37 +02:00
Gustl22 cae68ffec9 BuildingLayer: add getExtrusionRenderer (#633) 2019-01-23 09:49:55 +02:00
Emux 929d1fc78b Merge pull request #634 from Gustl22/width_height_doc
Viewport: doc for height and width
2019-01-23 09:42:51 +02:00
Gustl22 608edc2d46 vtm-web: move SLF4J GWT logger provider to app implementations (#630) 2019-01-23 09:37:11 +02:00
Gustl22 a0c7a70e00 Viewport: doc for height and width 2019-01-23 01:20:13 +01:00
Gustl22 a3cdace8d2 Web: doc for debugging (#632) 2019-01-22 22:38:28 +02:00
Emux de2fe89ecd Merge pull request #631 from Gustl22/poi3d_logging
Poi3D: disable debug log with much traffic
2019-01-22 22:30:35 +02:00
Emux 73b530a807 Merge pull request #627 from Gustl22/gradle
vtm-web: fix nested folder in gradle
2019-01-22 22:28:23 +02:00
Gustl22 4b418b9bb9 Improve GL debug (#626) 2019-01-22 21:47:21 +02:00
Gustl22 e514e29010 Poi3D: disable debug log with much traffic 2019-01-19 18:22:20 +01:00
Emux 8d34090eb8 Update applications list 2019-01-07 18:33:54 +02:00
Gustl22 93d6c1bf14 vtm-web: fix nested folder in gradle 2019-01-07 01:04:50 +01:00
mathieudebrito a1c45d1dc3 Update changelog 2018-12-21 19:26:22 +02:00
mathieudebrito 69421c0381 ViewController: pivotX, pivotY in map view center (#625) 2018-12-21 19:22:02 +02:00
Emux 1efed2bef8 Samples improvements #32 2018-12-20 11:25:03 +02:00
Emux 98474b187d OpenMapTilesMvtTileSource: use proper url #482 2018-12-20 11:25:03 +02:00
Gustl22 abd08ab884 Reorder GL 2.0 interface like libGDX (#623) 2018-12-20 11:06:13 +02:00
Gustl22 e18f3577f0 CircleBucket: exclude VERTEX_PROGRAM_POINT_SIZE on Android (#620) 2018-12-20 10:55:25 +02:00
Emux 8ac26e9567 Update Applications.md 2018-12-16 17:30:06 +02:00
Gustl22 c984eae2d5 Reorder method / field modifiers (#619)
* Reorder method / field modifiers

* Reorder method / field modifiers v2
2018-12-14 20:38:54 +02:00
Gustl22 d806d6bcca Add missing @Override annotations (#617) 2018-12-12 11:10:33 +02:00
Emux a62d77583b Merge pull request #616 from Gustl22/poi3d_v2
Poi3DLayer improvements v2
2018-12-10 20:06:33 +02:00
Gustl22 6f4ab468a7 Poi3D: Zoomlimiter,
improved line/area model placement,
optional hiding theme renders
2018-12-10 16:01:11 +01:00
Gustl22 20352f2053 vtm-core: supplement Box (#609) 2018-12-10 14:33:02 +02:00
Gustl22 357ec99b44 vtm-core: reorder Box code (#615) 2018-12-10 14:23:54 +02:00
Emux 0271e9df23 Mapilion vector tiles & Hillshading, fix #614 2018-12-09 19:38:24 +02:00
Emux 04a18f82e1 Merge pull request #612 from Gustl22/tileclipper
TileClipper: synchronize clip
2018-12-09 16:42:12 +02:00
Gustl22 576d5f741d Desktop.md: instructions to run standalone jar (#613) 2018-12-09 16:00:50 +02:00
Emux 01958b7d34 Gradle build improvements 2018-12-09 15:56:37 +02:00
Emux 41d5d21bc6 Merge pull request #608 from Gustl22/static_final
Refactor 'final static' to 'static final' convention
2018-12-09 15:44:22 +02:00
Emux b0f155a377 MapScaleBarLayer: check if scale bar is destroyed, fix #611 2018-12-09 15:02:49 +02:00
Gustl22 a517b76e9e TileClipper: synchronize clip() 2018-12-07 23:46:25 +01:00
Gustl22 70dd6554c3 refactor 'final static' to 'static final' convention 2018-12-06 21:06:04 +01:00
Gustl22 62132937da poi3D enhancements for playground (#607) 2018-12-05 11:11:45 +02:00
Emux 2784d78737 Merge pull request #606 from Gustl22/poi3d_android
Poi3D for Android
2018-12-05 10:47:23 +02:00
Gustl22 b5036f4cfd poi3D for Android 2018-12-04 09:11:51 +01:00
Emux 2388c352d5 Update changelog 2018-12-03 12:13:28 +02:00
Izumi Kawashima 09a6cf2497 vtm-gdx-poi3d module (#600) 2018-12-03 12:04:20 +02:00
Emux e20b941eb9 Merge pull request #605 from Gustl22/glstate_const
GLState: constant UNBIND = 0
2018-12-03 11:43:30 +02:00
Emux 1dba14ec9a Merge pull request #604 from Gustl22/issue_601
Playground renderer: bind with GLState, #601
2018-12-03 11:40:40 +02:00
Emux e773d868f1 Merge pull request #603 from Gustl22/short_constant
Renderer: replace with SHORT_BYTES constant for better readability
2018-12-03 11:36:25 +02:00
Gustl22 07afebba4e GLState: constant UNBIND = 0 2018-12-02 23:43:46 +01:00
Gustl22 7146875c05 Playground renderer: bind with GLState (#601) 2018-12-02 23:34:37 +01:00
Gustl22 42627d5881 Renderer: replace with SHORT_BYTES constant for readability 2018-12-02 23:23:29 +01:00
Emux bb87c8a51b Overzoom: fix reverse geocode #393 2018-11-16 14:13:32 +02:00
Emux b69570aa68 Render theme improvements #41 2018-10-31 14:07:19 +02:00
Izumi Kawashima 699e9e37f3 XmlThemeBuilder: fix check at <atlas> tag processing (#598) 2018-10-31 11:52:45 +02:00