Commit Graph

2707 Commits

Author SHA1 Message Date
Emux
1e0fd54ee1 Comment Mapzen examples 2018-01-04 16:04:34 +02:00
Robin
5fc42268a4 OpenMapTiles theme (#468) 2018-01-04 15:18:22 +02:00
Gustl22
1d8cdd7feb GeometryUtils: add vector utils (#467)
+ calc bisections
+ sum, diff
+ distance
+ dot product
+ intersections (line and plane)
+ normalizations
+ normal of plane
+ scale
2018-01-04 14:56:54 +02:00
Gustl22
baa924c697 Tessellator: support GeometryBuffer (#466) 2018-01-04 14:51:49 +02:00
Emux
9de76897bc 0.9.2 0.9.2 2018-01-04 14:42:17 +02:00
Emux
a67b2f2c91 Gradle 4 / Android plugin 3 transitive dependencies, fix #433 2018-01-02 14:46:39 +02:00
Emux
791f054f70 libGDX 1.9.8, fix #464 2017-12-29 17:56:21 +02:00
Emux
7e13586463 Update changelog 2017-12-29 17:18:26 +02:00
Emux
c3639dcb24 Update Gretty 2017-12-29 17:18:10 +02:00
Emux
49ded685b4 0.9.1 0.9.1 2017-12-29 16:23:46 +02:00
Emux
9b14865bf3 Gradle 4 / Android plugin 3 improvements, #433 2017-12-29 15:59:59 +02:00
Izumi Kawashima
abac84e82a Add building z-limit function to shader and web ui (#462) 2017-12-26 13:59:42 +02:00
Emux
0367507dae Update changelog 2017-12-26 11:18:56 +02:00
ale5000
9977061680 LwHttp: fixed line break of HTTP headers (#461), fix #460 2017-12-26 11:08:15 +02:00
Emux
3cae38040c Update Android build tools 2017-12-23 15:00:26 +02:00
Gustl22
97cdfa119d Improve ExtrusionBuckets (#459)
+ Add method addPolyElement and addMeshElement
+ renamed setBuckets to resetBuckets
+ Add method getGroundScale to MapTile
2017-12-19 20:59:10 +02:00
Emux
641db3ade0 Merge pull request #458 from Gustl22/buckets
Refactor ExtrusionBucket
2017-12-19 14:09:30 +02:00
Gustl22
bddf2443b6 Refactor ExtrusionBucket
+ color and colors as private
+ renamed add(for meshes) to addMesh
+ renamed add(for polygons) to addPoly
2017-12-19 11:30:35 +01:00
Emux
1404d21838 BuildingLayer: make POST_AA public 2017-12-19 11:42:37 +02:00
Gustl22
95bbc5ea3e BuildingLayer: allow mesh in renderer, minor refactor (#457) 2017-12-19 11:41:43 +02:00
Emux
f8776ffe5f Merge pull request #456 from Gustl22/tags
Add needed osm-tags (S3DB)
2017-12-19 10:33:11 +02:00
Gustl22
bc1dee49a4 Fix double cloning issue of MapElement, use copy-constructor in GeometryBuffer and MapElement (#455) 2017-12-19 10:17:29 +02:00
Gustl22
d81a6309bf Add needed osm-tags (S3DB) 2017-12-19 08:57:56 +01:00
Emux
9a6da018a9 Samples: use OkHttp engine, fix #454 2017-12-12 11:11:29 +02:00
Emux
8d639499ba Fix Travis 2017-12-09 17:46:11 +02:00
Emux
a5d7a8f6b0 Update Mapsforge map providers 2017-12-08 21:26:37 +02:00
Emux
577f1520d2 Update Android build tools 2017-12-05 21:52:08 +02:00
Emux
c938533943 Update changelog 2017-12-04 21:37:55 +02:00
Gustl22
e3b137e3c4 GeometryBuffer: (#453)
+ renamed buffer positions
+ update docs
+ expand toString for meshes/tris
2017-12-04 21:17:30 +02:00
Emux
72b72b8029 Update documentation 2017-12-04 15:31:44 +02:00
Gustl22
ba68b79e86 Refactor S3DB layer (#452) 2017-12-04 15:08:19 +02:00
Emux
49ef4c8e1b 0.9.0 0.9.0 2017-12-03 17:06:59 +02:00
Gustl22
535482025e MapElement: enhance clone (not copy complete buffer) (#451) 2017-12-03 15:28:27 +02:00
Emux
e73ac4acfc Merge pull request #450 from andreynovikov/is-mapsforge-theme
Do not read theme twice if format is predefined
2017-11-27 11:47:38 +02:00
Andrey Novikov
bc20664bc5 Do not read theme twice if format is predefined 2017-11-27 10:22:48 +03:00
Emux
06936fc4ee Mapsforge maps v5 as Beta 2017-11-23 10:25:11 +02:00
Emux
0829098ebb Update Gradle Android plugin 2017-11-22 09:28:45 +02:00
Emux
8ad2036ec1 GeoPointUtils: calculate scale to display a BoundingBox #396 2017-11-20 10:48:16 +02:00
Emux
4f7675d2a8 Render themes: add building parts in all themes #41 2017-11-19 20:36:13 +02:00
Gustl22
8f4e9967f0 Buildings: handle references with id (OpenStreetMap, Mapzen) (#448) 2017-11-18 17:53:42 +02:00
Emux
f884c17195 Update contributing guide 2017-11-18 12:21:26 +02:00
lucaosten
490b932eab Code improvements (#446)
+ reduced memory usage of RenderBucket by making "type" byte instead of int
+ improved code readability in TextItem by renaming variable
+ added latitude/longitude validation methods to GeoPointUtils
+ solved Java double precision problem in GeoPoint
+ made GeoPoint Serializable for easier Android usage
+ made BoundingBox.toString() human readable for better debugging
2017-11-18 11:54:26 +02:00
Gustl22
149353119b Add OSM and S3DB tags (#447) 2017-11-17 20:00:51 +02:00
Emux
9c3f3b8a4c BitmapTileLayer: fix default bitmap alpha #444 2017-11-15 22:08:44 +02:00
Andrey Novikov
f9e06c80ad BitmapTileLayer: fade steps enhancements, support for permanent transparency (#444) 2017-11-14 16:51:56 +02:00
Gustl22
fe2c067272 TagSet: numTags and tag array as private (#439) 2017-11-13 12:24:54 +02:00
Longri
9c3488e107 iOS: add POT textures test (#443) 2017-11-12 12:03:47 +02:00
Longri
df784f6f68 Fix POT textures in render themes (#443) 2017-11-12 12:00:06 +02:00
Schedul Xor
a178357ca8 Added app to Applications.md (#442) 2017-11-11 22:48:35 +02:00
Emux
6627eab8e2 Update Android build tools 2017-11-10 11:31:26 +02:00