Commit Graph

1313 Commits

Author SHA1 Message Date
Konstantinos Tzounopoulos
a9e18a2add MBTiles vector tile source (#740)
Support offline vector maps (MBTiles, MVT, gzipped pbf)
2019-09-09 12:47:24 +03:00
Emux
83aed13683 Scale bar: allow extend unit adapters 2019-08-27 15:00:26 +03:00
Emux
eef1a8c779 ViewController: make syncViewport public 2019-08-07 10:59:29 +03:00
Emux
dcb7b0d10c Render themes: text background color (highway shields) 2019-08-06 18:17:37 +03:00
marq24
55d8797f37 Create centroids based on non clipped ways (#734)
- introduced a new member to the MapElement to store the pre-calculated centroid of the way (none clipped)
- auto create element.centroidPosition based on all (none clipped) points of a osm-way
- skipping rendering of centered symbols, if OFF screen
- introduced Parameter to enable/disable the feature
2019-08-02 11:15:53 +03:00
Emux
5de4c6b7ab XmlThemeBuilder: check texture load result for line symbols 2019-07-31 21:49:45 +03:00
Emux
900448f8d3 MapElement: revert clear(), #735 2019-07-31 13:57:06 +03:00
Emux
4be42dbc0f MapElement: fix clear() method, #735 2019-07-31 13:34:01 +03:00
Emux
72ba3d6429 MapDatabase: clean label position, fix #735 2019-07-31 12:48:04 +03:00
Emux
f5815203c4 Disable 'optimal' placement of labels or symbols on polygons 2019-07-31 10:50:20 +03:00
Murray Hughes
368cf1ff4a XmlThemeBuilder: fix texture loaded from style patterns (#729) 2019-06-24 20:42:23 +03:00
Emux
fcf7272f2e Android 10 compatibility, fix #728 2019-06-16 21:03:37 +03:00
Emux
cf2bdb251b LocationRenderer: more public members 2019-06-06 09:46:53 +03:00
Izumi Kawashima
551c0231a0 R-tree k-nearest neighbors search improvements (#727) 2019-05-19 14:57:47 +03:00
Izumi Kawashima
ffeaf1b81c k-nearest neighbors search in R-tree (#725) 2019-05-17 18:55:38 +03:00
Emux
efab21f4f2 Merge pull request #724 from Gustl22/shader_improvements
Adapt / refactor shader uniforms and attributes
2019-05-17 17:56:02 +03:00
Gustl22
a6ce05034a Adapt / refactor shader uniforms and attributes 2019-05-16 08:19:09 +02:00
Emux
634d67a206 Fix marker touch events, fix #723 2019-05-13 18:35:13 +03:00
Gustl22
30ae0fb48f Javadoc improvements 2019-04-26 11:44:43 +03:00
Gustl22
5740290a9b Map tilt improvements (#718) 2019-04-26 11:44:43 +03:00
Gustl22
d6e55edd8e CircleBucket: enable POINT_SPRITE on desktop (#716) 2019-04-20 14:30:27 +03:00
Gustl22
431eadaa87 RenderBuckets: constant TILE_FILL_VERTICES (#715) 2019-04-20 14:21:45 +03:00
Emux
df82ebfaa6 Buildings translucency does not work on macOS #61 2019-04-19 10:54:03 +03:00
Andrea Antonello
71f94f3f79 MBTiles raster tile source (#708) 2019-04-10 12:49:35 +03:00
Gustl22
db6be82ce2 S3DBUtils: adjust coordinate system (RHS to LHS) (#710) 2019-04-10 12:46:15 +03:00
Gustl22
ba65786b5a GeometryUtils improvements (#709) 2019-04-10 12:41:50 +03:00
Emux
2f27803fc5 Render theme callback improvements, #274 2019-03-22 13:22:11 +02:00
Emux
71a4ba1c19 Map scaling improvements, fix #401 2019-03-22 11:02:58 +02:00
Gustl22
271cab1212 GeometryUtils: fix clockwise calculation (#704) 2019-03-20 15:25:31 +02:00
Gustl22
1051aacc7c GeometryBuffer minor improvements (#703) 2019-03-20 15:16:33 +02:00
Gustl22
fb8e6dab20 GeometryBuffer: add removeLastPoint (#702) 2019-03-20 15:11:41 +02:00
Gustl22
4e37ae26c9 Tessellator: improve docs (#701) 2019-03-20 15:07:40 +02:00
Emux
9d6935cf48 BucketRenderer: fix typo, #697 2019-03-12 09:14:07 +02:00
Gustl22
f7272dcdcd Render themes: allow HSV colors for S3DB (#695) 2019-03-07 10:39:13 +02:00
Gustl22
e4608b17c3 ColorUtil modHsv: keep alpha 2019-03-06 21:15:27 +01:00
Emux
d81c32b97c Merge pull request #693 from Gustl22/transform_colors
S3DB: modify colors in theme
2019-03-06 18:49:30 +02:00
Gustl22
e69c5724bf S3DBUtils.getMaterialColor: use 'switch case' (#692) 2019-03-06 18:36:40 +02:00
Gustl22
4cdd2a2bfb S3DB: modify colors in theme 2019-03-06 10:08:48 +01:00
Gustl22
80afa86ae4 S3DB: allow modify material colors from theme (#690) 2019-03-06 09:09:28 +02:00
Gustl22
311cc19134 Sun: set progress with custom time (#689) 2019-03-06 08:55:25 +02:00
Gustl22
7498d58878 BuildingLayer: tag-transform color values (#683) 2019-03-05 11:11:45 +02:00
Emux
f92fc4b405 Enable physical fling and fling on rotation / scale 2019-03-02 14:45:10 +02:00
Emux
b5076c9cd2 Enable placement of labels / symbols on polygons (after overzoom) 2019-03-02 14:45:10 +02:00
Emux
5eda5b78a6 Move some test classes in vtm-tests, fix #682 2019-03-02 11:44:10 +02:00
Gustl22
207993a6e2 Tag transform improvements (#678) 2019-03-02 11:37:38 +02:00
Emux
12070cee74 Tag transform: simplify naming, #420 2019-02-27 18:53:04 +02:00
Gustl22
5b58e5282b Fix Rendertheme set after creation of BuildingLayer 2019-02-26 12:13:46 +01:00
Gustl22
627a316e4d ColorUtil: fix modHSV, Color: HSV (#673) 2019-02-25 20:34:35 +02:00
Emux
f348296a8c BuildingLayer: add shadow parameter #575 2019-02-21 20:14:55 +02:00
Emux
7cfbe1c115 Map: simplify updateMap 2019-02-21 13:07:24 +02:00