2049 Commits

Author SHA1 Message Date
Emux
ba913eb484 LWJGL desktop libGDX backend, closes #129 2016-08-14 13:23:41 +03:00
Emux
0d64dfedd4 LineBucket: fix Cap modes, #107, #128 2016-08-13 18:40:47 +03:00
Stephan Leuschner
1fa9f133bd - Add MarkerRendererFactory interface for custom MarkerRenderer
- Enhance MarkerLayer and ItemizedLayer constructors
- Allow setting level to RenderBucket
2016-08-10 14:42:58 +03:00
Stephan Leuschner
67357fe2f0 fire new ANIM_START event when animation is started, do not fire again until all animations are done 2016-08-10 13:56:29 +03:00
Stephan Leuschner
136c323a75 save app context to avoid leaking activity 2016-08-09 12:42:13 +03:00
Emux
1db23decca TileCache: fix samples, improves #112, closes #116 2016-08-09 12:20:47 +03:00
Stephan Leuschner
85adc04a05 fix TileCache, cacheDirectory was ignored 2016-08-09 11:45:16 +03:00
Emux
b434b38872 Samples: fix BitmapLayerTest, #32 2016-08-08 20:00:40 +03:00
Emux
a922ae7e78 Remove some bitmap map sources due to licenses, closes #110 2016-08-08 19:49:14 +03:00
Emux
435cc602a7 Update changelog, #105 2016-08-07 20:07:27 +03:00
Emux
dd7d37c745 Move to master-SNAPSHOT, closes #106 2016-08-07 20:03:23 +03:00
Emux
f55fb501a0 Line texture: use fixed intermediate scaling, #105 2016-08-07 20:03:12 +03:00
Emux
b58dbc6a16 LineBucket: enable Cap modes, fixes #107 2016-08-07 20:02:51 +03:00
Emux
14108fcfe7 Line texture: randomize offset rendering, #105 2016-08-07 20:02:40 +03:00
Emux
b32b5ceb0b Line texture: JTS PathLayer support, #105 2016-08-07 20:02:27 +03:00
Emux
de74719672 Line texture: use highp in vertex and fragment shaders, #105 2016-08-07 20:02:10 +03:00
Emux
a4934a50cd Line texture: fix fragment shader, #105 2016-08-07 20:01:56 +03:00
Emux
c926a714db Line texture: fix scale precision, #105 2016-08-07 20:01:42 +03:00
Emux
88611257f1 Line texture: stipple implementation, PathLayer support, #105 2016-08-07 20:01:19 +03:00
Emux
4a663f949e vtm-jts: PathLayer improvements, #53 2016-08-02 20:10:29 +03:00
Emux
5eae87e892 RobovmLauncher: remove redundant init call, #92 2016-08-02 19:58:10 +03:00
Longri
a9bb6e3788 Graphics API: implement IosCanvas.drawLine(), IosCanvas.fillColor() and IosPaint.getTextHeight(), #92 2016-08-02 19:27:33 +03:00
Emux
f736530049 Samples: fix MarkerOverlayActivity example, #32 2016-08-02 10:40:21 +03:00
Emux
cfa9326e2b Separate layer groups example, #103 2016-08-02 10:09:39 +03:00
Emux
8eff27c303 Update changelog 2016-08-01 20:17:42 +03:00
Emux
0f06f854c7 SimpleMapActivity: fix layers z-order, #103 2016-08-01 20:08:07 +03:00
Andrey Novikov
89198c1a30 Add support for layer groups, closes #103 2016-08-01 20:06:17 +03:00
Emux
8dce91b035 AwtPaint: font kerning improvements, #92 2016-07-28 13:29:55 +03:00
Emux
49a81cbe04 Map scale bar: multi-platform implementation, closes #84 2016-07-28 11:40:41 +03:00
Emux
462be14edb Graphics API enhancements, closes #92 2016-07-28 11:33:40 +03:00
Emux
94c30c1e10 Render themes: minor improvements , #41 2016-07-28 09:35:33 +03:00
Emux
fa637cd202 Update changelog 2016-07-27 19:30:21 +03:00
Emux
42fd941d64 Group layer implementation, closes #99 2016-07-27 19:23:11 +03:00
Emux
6801102631 vtm-android: remove unused classes, #97 2016-07-26 19:25:52 +03:00
Emux
77cf4e7b8f vtm-android & vtm-android-gdx commons, closes #97 2016-07-26 19:16:53 +03:00
Andrey Novikov
6f0a008ffd Apply theme to all vector layers 2016-07-25 22:00:26 +03:00
Emux
70c5812b09 Add Changelog, closes #94 2016-07-24 18:58:13 +03:00
Emux
e39c099bdc Update iOS documentation, #83 2016-07-24 11:46:49 +03:00
Emux
f0a849f4c7 Update Integration Guide documentation, #83 2016-07-24 11:42:52 +03:00
Emux
0f276c52f3 Add Integration Guide documentation, closes #83 2016-07-24 11:28:13 +03:00
Emux
ea36c8c69f Map scale bar: allow scaling its size #84 2016-07-22 14:56:47 +03:00
Emux
b96890b24b Update readme 2016-07-22 14:36:08 +03:00
Emux
1700936872 Default theme: allow buildings rendering without BuildingLayer, fixes #91 2016-07-22 12:15:00 +03:00
Emux
4904eaf2d3 Gradle: improve scripts, #46 2016-07-22 09:55:45 +03:00
Emux
c88b2799b1 vtm-app: update third-party links, #90 2016-07-22 09:10:10 +03:00
Emux
436b66be82 vtm-app: revive / update with latest VTM, closes #90 2016-07-21 22:23:45 +03:00
Emux
c67b35a277 Map scale bar: Android new implementation, #84, closes #88 2016-07-21 15:55:08 +03:00
Emux
4eebbcea2d GLViewport: fix documentation, #87 2016-07-21 13:44:51 +03:00
Emux
faada6625f Screen position for bitmap renderering, closes #87 2016-07-21 13:38:29 +03:00
Emux
52da03ce59 Merge pull request #79 from andreynovikov/bitmap-renderer-screen-offset
Set screen offset for bitmap rendering
2016-07-21 13:34:25 +03:00