Commit Graph
41 Commits
Author SHA1 Message Date
Gustl22 777d33a4de Gradle: remove redundant resources (#660) 2019-02-19 11:15:43 +02:00
Gustl22 d806d6bcca Add missing @Override annotations (#617) 2018-12-12 11:10:33 +02:00
Gustl22 70dd6554c3 refactor 'final static' to 'static final' convention 2018-12-06 21:06:04 +01:00
Gustl22 61318bff8a Render themes: tag transform (#587) 2018-10-10 21:06:37 +03:00
xiaoyan-qq 12e04ca7ef JtsLayer: fix Envelope parameters order in processFeatures (#525) 2018-04-14 17:21:20 +03:00
Emux a67b2f2c91 Gradle 4 / Android plugin 3 transitive dependencies, fix #433 2018-01-02 14:46:39 +02:00
Gustl22 149353119b Add OSM and S3DB tags (#447) 2017-11-17 20:00:51 +02:00
Emux cbdeb58c2f Gradle 4 and Android plugin 3, fix #433 2017-10-29 18:52:55 +02:00
Emux 7ba5984e5f Render themes: store theme origin, fix #414 2017-09-27 15:37:00 +03:00
Emux 3d7a09c457 OSMIndoorLayer: fix polygon line color parsing #366 2017-09-09 15:56:11 +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
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 f669022ca3 OSMIndoorLayer: add style scaling #355 2017-06-02 21:54:29 +03:00
Emux dce7886447 OSMIndoorLayer: enable labels, fixes #355 2017-06-02 21:42:06 +03:00
Emux 801eda470d SNAPSHOT builds publish to Sonatype OSSRH, closes #165 2016-09-09 13:23:51 +03:00
Emux 43ca550832 Improve code / xml formatting, #54 2016-07-12 19:53:47 +03:00
Emux e793e8851b Improve code / xml formatting, closes #54 2016-07-09 19:45:23 +03:00
Emux c02cf5792f Update vtm-jeo module, closes #52 2016-07-07 14:05:15 +03:00
Emux 7e24b9cf4a Automated Gradle project deployment to Sonatype OSSRH, closes #44 2016-07-03 21:51:53 +03:00
Emux eca77a0afc Gradle build refactoring, closes #46 2016-07-03 20:43:32 +03:00
Hannes Janetzek b174f65122 added drawing api
add GeomBuilder, needs Jts

drawing_api: squashed

drawing_api: use JtsDrawable baseclass

- add makeCircle for testing

drawing_api: cleanups

drawing_api: refactor

drawing_api: use SpatialIndex

drawing_api: optimization + cleanup

drawing_api: VectorLayer

- use VectorLayer for PathLayer

drawing_api: make style builder more consistent with theme api

drawing_api: wip
2015-06-18 00:17:01 +02:00
Hannes Janetzek 9642c8c5aa extract QueryResult from ITileDataSink 2015-06-18 00:17:00 +02:00
Hannes Janetzek 29f19b36ce wip: StyleBuilder 2014-10-10 17:31:47 +02:00
Hannes Janetzek 5f9a9cc909 TileLoader/TileDataSource: add cancel() method
- used to force closing sockets when changing theme or tilesource
2014-10-03 05:19:12 +02:00
Hannes Janetzek f6d85ce8bd refactor: rename render 'layers' to 'buckets'
- the name I was looking for for a long time :)
  also less confusion with map layers
- move renderer.elements -> renderer.bucket
- rename RenderBuckets functions
- rename BucketRenderer.layers -> buckets
2014-09-20 01:31:07 +02:00
Hannes Janetzek 95c9f47e63 refactor: hide backend Adapter handles
- static methods for backend adapters
2014-09-11 21:00:26 +02:00
Hannes Janetzek 4ddf9dcf39 refactor ExtrusionRenderer
- extract tile specific parts to BuildingRenderer
- sort tiles by distance for compilation
- slow down fade out animation
2014-05-24 23:06:50 +02:00
Hannes Janetzek d26bd52689 jeo api changes 2014-04-03 22:16:12 +02:00
Hannes Janetzek 43a62e90bb jeo api changes 2014-03-28 17:04:40 +01:00
Hannes Janetzek ff01b3f80d refactor: TileLoader.createLoader() 2014-03-18 02:47:40 +01:00
Hannes Janetzek 46b2eb2a3e rename theme style classes 2014-03-17 22:48:20 +01:00
Hannes Janetzek a4555631b1 add TextBuilder for Text styles 2014-03-16 15:31:15 +01:00
Hannes Janetzek ca1a7b90d7 refactor: extract theme RulerBuilder from Rule 2014-03-10 01:13:21 +01:00
Hannes Janetzek c24b4addfa serious refactor: TileLoader:
- no more duplication of TileLoaders for GWT ->
- decouple loadTile() from TileDataSource completed() call
- all TileDataSource MUST call completed(success) in any case now
2014-03-09 21:46:00 +01:00
Hannes Janetzek 5aefd7f5cb gradle: update jeo config 2014-03-06 16:51:47 +01:00
Hannes Janetzek 2c133a87cb update Indoor example 2014-03-06 16:24:36 +01:00
Hannes Janetzek bb439236d6 add gradle 2014-03-06 16:24:36 +01:00
Hannes Janetzek 3fd92982c4 add examples 2014-03-06 16:23:24 +01:00
Hannes Janetzek 9109da9784 add vtm-jeo 2014-03-06 16:23:24 +01:00