Commit Graph
2432 Commits
Author SHA1 Message Date
Emux f4f8eb8d1c Mapsforge themes compatibility improvements #388 #100 2017-09-03 18:02:55 +03:00
Longri b695d43fee Mapsforge themes compatibility (#388) #100 2017-09-03 18:02:35 +03:00
Emux f6d2db4c6f Enable vtm-jeo module #375 2017-08-29 19:48:22 +03:00
Emux e1db67f099 JTS PathLayer: do not try to calculate zero length great circle path by @andreynovikov #390 2017-08-28 16:56:44 +03:00
Andrey Novikov 7142f3410d PathLayer: do not try to calculate zero length great circle path (#390) 2017-08-28 16:53:54 +03:00
Emux b110314077 vtm-theme-comparator: use same tile size and synchronize zoom level #387 2017-08-22 19:17:57 +03:00
Emux 1cf4d3a60b vtm-theme-comparator improvements #387 2017-08-21 20:30:28 +03:00
Longri 9c5fd29ff1 vtm-theme-comparator module (#386) #387 2017-08-21 20:24:52 +03:00
Emux 27a39fbfd7 OpenMapTiles theme: enable ocean #385 2017-08-11 22:25:51 +03:00
Emux d3aa2af73b OpenMapTiles GeoJSON vector tiles #385 2017-08-11 21:33:28 +03:00
Emux 2555fea5da UrlTileSource: customize api key name #49 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 (#382)
* 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 (#381)
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 (#378) 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 #376 2017-07-19 15:02:01 +03:00
Andrey Novikov 12fe08884e Enable custom label loader in label layer (#377) 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 #375 2017-07-19 10:45:37 +03:00
Emux 13c42d509c LabelLayer: improvements for prevent running worker when disabled #374 0.8.0-rc1 2017-07-12 10:03:17 +03:00
Wolfgang Schramm a6aa2b2388 LabelLayer: prevent running worker when disabled (caused a loop) (#374) 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. (#373)
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 #369 2017-07-03 12:18:49 +03:00
Emux 8db30d8537 Mapsforge: increase limit for max way length causing empty tiles, fix #370 2017-06-30 22:17:53 +03:00
Emux 25f0310334 Height offset in render styles, close #368 2017-06-24 20:05:34 +03:00
Emux 3041ab5515 GeoJSON tile decoder: fix variable typo #367 2017-06-22 19:58:16 +03:00
Emux 27e2c5dde5 Mapzen GeoJSON vector tiles with vtm-json module, close #55 #367 2017-06-21 14:49:54 +03:00
Emux a386cfea4f Render theme improvements #41 2017-06-21 10:06:38 +03:00
Emux fe104300ba Mapzen MVT: refactor tile source #57 2017-06-20 20:54:40 +03:00
Emux f1ae5c3d68 Deprecate Mapnik GeoJSON sample #48 2017-06-20 20:26:22 +03:00
Emux 767019ee06 OSM indoor layer: allow setting text style #366 2017-06-20 09:24:09 +03:00
Emux 3a3a58d273 OSM indoor layer: allow setting inactive levels color, closes #366 2017-06-19 19:51:45 +03:00
Emux 0eb53403d1 Location renderer: improve scaling #317 2017-06-17 18:05:29 +03:00
akarsh 4938852b40 Update OSMIndoorLayer.java (#365)
The get level method does not parse levels with double type i.e. 0.5.
The app crashes at the time of loading. The solution to this issue, is
parsing double and then converting it into integer value.
e.g. level 0.5 to level 0
2017-06-17 14:31:21 +03:00
akarsh 0d14473132 Update OSMIndoorLayer.java (#364)
The getlevel method does not work for geojson files created without @relations tags.
Here is the example of two levels 1 & 2 file:https://gist.githubusercontent.com/akarsh/a92d1c3be234ab1ff7d2469d511ad03a/raw/f483daa278647c5353a784f0081423474cfc7f17/bothlevels.geojson

Created using JOSM and following simple indoor tagging.
2017-06-16 09:19:39 +03:00
Emux 34ddf3a005 Update indoor Overpass sample 2017-06-15 20:28:41 +03:00
Emux 9ca4785701 Location renderer: fix external shaders initialization #317 2017-06-15 15:50:07 +03:00
Emux 8d2aba9c65 Location renderer: add scaling support #317 2017-06-15 12:31:23 +03:00
Emux 2872ce94a3 Location shaders: proper fix #321 2017-06-13 13:27:58 +03:00
Emux d5ebf43e3d Location shaders: some Mali GPU don't like ternary operators #321 2017-06-13 12:03:12 +03:00
Emux 223eb120fa Location renderer: avoid continuous rendering, closes #141 2017-06-12 15:40:45 +03:00
Emux b94d943247 Fix location shader #321 2017-06-11 19:41:52 +03:00
Emux d409aa5b96 Location renderer custom color, closes #361 2017-06-11 19:12:59 +03:00
Emux 644c83ed69 Android 8.0 (O) 2017-06-09 20:24:38 +03:00
Emux db871d4a22 OkHttpEngine improvements #138 2017-06-08 19:31:27 +03:00
Emux 3f959a3b46 OkHttpEngine: improve cache API, add example #138 2017-06-07 21:24:18 +03:00
Emux 903dbad9c6 Mapsforge: remove MapDatabase.readZoomTable redundant checks, fixes #357 2017-06-05 13:56:10 +03:00