2452 Commits

Author SHA1 Message Date
Emux
c4b6d019ff Samples improvements 2017-09-14 13:18:56 +03:00
Emux
3603dfef03 ThemeLoader: fix text scaling 2017-09-14 09:32:49 +03:00
Emux
35f1e7092c CanvasAdapter: add user scale option 2017-09-13 16:32:07 +03:00
Emux
9283b80594 Automatic tile size calculation 2017-09-12 20:21:56 +03:00
Emux
f81dff2365 CanvasAdapter: add getScale method 2017-09-11 13:05:22 +03:00
Emux
5c2b404b3f Mapsforge Reverse Geocoding ()
* Mapsforge Reverse Geocoding 

* Mapsforge Reverse Geocoding example 
2017-09-10 17:04:19 +03:00
Emux
095ed65eb3 Core utilities () 2017-09-10 15:59:54 +03:00
Emux
3d7a09c457 OSMIndoorLayer: fix polygon line color parsing 2017-09-09 15:56:11 +03:00
Emux
abc1867d7c Fix Point distance 2017-09-08 20:42:33 +03:00
Emux
3449bd86e8 Samples: POI Search example, close 2017-09-07 12:02:39 +03:00
Emux
1861ca4a1b Samples improvements 2017-09-07 10:32:50 +03:00
Emux
a77d89b8b3 vtm-theme-comparator: use Mapsforge snapshot version 2017-09-07 10:09:08 +03:00
Emux
f63c303293 Mapsforge: at large query zoom levels enlarge clip buffer, fixes 2017-09-06 11:34:51 +03:00
Emux
f1634e4976 Mapsforge: at large query zoom levels clip everything , fixes 2017-09-06 11:34:31 +03:00
Emux
b59f20ef49 Fix web modules 2017-09-05 15:45:08 +03:00
Emux
07138f3240 Mapsforge themes compatibility improvements , fix 2017-09-05 15:24:48 +03:00
Emux
eddfa5a896 vtm-theme-comparator: add 'fatjar' Gradle task 2017-09-05 12:30:02 +03:00
Emux
4532e397c0 vtm-theme-comparator: fix application exit 2017-09-05 12:29:57 +03:00
Emux
81a270428c Update changelog 2017-09-03 19:15:30 +03:00
Emux
76e73368ab Render themes: line symbol and stroke dash array 2017-09-03 18:03:07 +03:00
Emux
f4f8eb8d1c Mapsforge themes compatibility improvements 2017-09-03 18:02:55 +03:00
Longri
b695d43fee Mapsforge themes compatibility () 2017-09-03 18:02:35 +03:00
Emux
f6d2db4c6f Enable vtm-jeo module 2017-08-29 19:48:22 +03:00
Emux
e1db67f099 JTS PathLayer: do not try to calculate zero length great circle path by @andreynovikov 2017-08-28 16:56:44 +03:00
Andrey Novikov
7142f3410d PathLayer: do not try to calculate zero length great circle path () 2017-08-28 16:53:54 +03:00
Emux
b110314077 vtm-theme-comparator: use same tile size and synchronize zoom level 2017-08-22 19:17:57 +03:00
Emux
1cf4d3a60b vtm-theme-comparator improvements 2017-08-21 20:30:28 +03:00
Longri
9c5fd29ff1 vtm-theme-comparator module () 2017-08-21 20:24:52 +03:00
Emux
27a39fbfd7 OpenMapTiles theme: enable ocean 2017-08-11 22:25:51 +03:00
Emux
d3aa2af73b OpenMapTiles GeoJSON vector tiles 2017-08-11 21:33:28 +03:00
Emux
2555fea5da UrlTileSource: customize api key name 2017-08-11 21:17:43 +03:00
Emux
8bb63c875f Use Google's Maven repository 2017-07-26 11:02:49 +03:00
Emux
76dcc8b909 Update Android 2017-07-25 09:43:39 +03:00
Wolfgang Schramm
c38975fcba Cluster marker is clipped, fixed by reducing radius ()
* fixed cluster marker is clipped by reducing radius

fixed comment, swaped fill <-> outline

* replaced static size with dpi dependent size
2017-07-24 19:16:55 +03:00
Wolfgang Schramm
b90d99f82b ClusterMarkerRenderer: repopulateCluster() is called with different scales ()
mScaleSaved is log2 smaller than scale.
This fixes the bug that subsequent calls to populate() will display the markers correctly and will not be clustered to one single cluster.
2017-07-23 18:06:11 +03:00
Andrey Novikov
76d55bb1a0 Do not fling if map move is disabled () 2017-07-19 16:26:37 +03:00
Emux
d9f7638a25 Update changelog 2017-07-19 15:04:19 +03:00
Emux
e7a391e640 LineTexBucket: remove redundant u_scale uniform, fix 2017-07-19 15:02:01 +03:00
Andrey Novikov
12fe08884e Enable custom label loader in label layer () 2017-07-19 14:46:25 +03:00
Emux
4d9ad3e942 0.8.0 0.8.0 2017-07-19 11:51:10 +03:00
Emux
ae6ce553b9 Disable vtm-jeo module until update 2017-07-19 10:45:37 +03:00
Emux
13c42d509c LabelLayer: improvements for prevent running worker when disabled 0.8.0-rc1 2017-07-12 10:03:17 +03:00
Wolfgang Schramm
a6aa2b2388 LabelLayer: prevent running worker when disabled (caused a loop) () 2017-07-12 09:57:09 +03:00
Wolfgang Schramm
9f7fe2577b Add state parameter to all animateTo methods which called animStart with a hardcoded state. ()
Preserve old API which now calls the extended animateTo methods.
2017-07-08 18:36:03 +03:00
Emux
ad2348631a Update applications list 2017-07-06 19:49:26 +03:00
Emux
2dbad2b16a OkHttp sources and sinks are not threadsafe, fix 2017-07-03 12:18:49 +03:00
Emux
8db30d8537 Mapsforge: increase limit for max way length causing empty tiles, fix 2017-06-30 22:17:53 +03:00
Emux
25f0310334 Height offset in render styles, close 2017-06-24 20:05:34 +03:00
Emux
3041ab5515 GeoJSON tile decoder: fix variable typo 2017-06-22 19:58:16 +03:00
Emux
27e2c5dde5 Mapzen GeoJSON vector tiles with vtm-json module, close 2017-06-21 14:49:54 +03:00