Emux
44a1756229
Gradle 7 ( #885 )
2021-10-15 16:23:51 +03:00
Emux
c20922b5f5
Tile decoders refactoring
2019-10-01 18:48:10 +03:00
Emux
c91833519e
Update dependencies
2019-09-18 21:11:15 +03:00
Gustl22
fb8e6dab20
GeometryBuffer: add removeLastPoint ( #702 )
2019-03-20 15:11:41 +02:00
Gustl22
b9c7d4cbb1
OverpassTileDecoder: fix unexpected roof:direction ( #674 )
2019-02-23 10:53:15 +02:00
Gustl22
23d65486e6
Overpass tile source ( #665 )
2019-02-20 10:53:54 +02:00
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
Emux
aa5a1436ca
JTS (LocationTech), fix #484
2018-01-16 14:48:50 +02:00
Emux
f5386f3503
Update dependencies
2018-01-16 14:25:48 +02:00
Gustl22
067f08834d
Improved theme styles ( #479 )
...
Fonts added: thin, light, medium, black, condensed
2018-01-14 15:31:31 +02:00
Emux
a67b2f2c91
Gradle 4 / Android plugin 3 transitive dependencies, fix #433
2018-01-02 14:46:39 +02:00
Gustl22
e3b137e3c4
GeometryBuffer: ( #453 )
...
+ renamed buffer positions
+ update docs
+ expand toString for meshes/tris
2017-12-04 21:17:30 +02:00
Gustl22
149353119b
Add OSM and S3DB tags ( #447 )
2017-11-17 20:00:51 +02:00
Gustl22
fe2c067272
TagSet: numTags and tag array as private ( #439 )
2017-11-13 12:24:54 +02:00
Emux
d23bca9c7f
Gradle 4 and Android plugin 3 improvements #433 , fix #436
2017-10-30 12:28:03 +02:00
Emux
cbdeb58c2f
Gradle 4 and Android plugin 3, fix #433
2017-10-29 18:52:55 +02:00
Emux
5615604170
Render themes improvements #41
2017-10-12 10:46:26 +03:00
Emux
0cd6c48b16
Update JTS
2017-02-22 11:38:55 +02:00
Emux
877d217f31
Update dependencies
2016-11-05 13:53:05 +02:00
Emux
1e745a6e9b
C-style string comparisons, fixes #190
2016-09-29 10:00:29 +03:00
Emux
319a1b6663
Overpass API: fix deprecated call
2016-09-17 10:58:02 +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
dfe4a10bf0
GeoJSON vector tiles: add road labels, #48
2016-07-06 15:25:38 +03:00
Emux
d6a65ff731
Normalize all the line endings
2016-07-04 20:58:33 +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
990e04477c
GeometryBuffer: switch to int[] indices
2014-09-20 01:07:03 +02:00
Hannes Janetzek
d42b8d6af2
LwHttp: handle gzip encoding
2014-04-03 21:56:28 +02:00
Hannes Janetzek
85a4bbe125
api: UrlTileSource:
...
- add UrlTileSource.getTileUrl(Tile) to create complete url string
- add TileUrlFormatter interface to override default formatter
- remove unused return from sendRequest()
2014-04-03 16:12:38 +02:00
Hannes Janetzek
9c4e04c4d6
api: UrlTileSource
...
- use replacement string for tilePath
- move 'low-level' formatTilePath to LwHttp
- implement LwHttpFactory
2014-04-03 04:15:46 +02:00
Hannes Janetzek
de27227ed7
gwt: geojson tilesource
2014-03-30 20:24:53 +02:00
Hannes Janetzek
b39f9ca003
add geojson example tile sources
...
- add OsmLanduseJsonTileSource
- add layers for buildings and water areas
2014-03-30 04:28:59 +02:00
Hannes Janetzek
aee1b22c89
add geoson tile source
...
- based on a patch sent by: Yang (apachemaven)
- use jackson-core for stream parsing
- rewrite tags, this way one can use the same the for different data
2014-03-30 03:49:54 +02:00
Hannes Janetzek
fc9901e493
cleanup: move carto theme to not working mapnik tilesource
2014-03-18 00:09:58 +01:00
Hannes Janetzek
50e3794cb9
add getter for UrlTileSource.getUrl()
2014-02-28 19:11:15 +01:00
Hannes Janetzek
dac9b8adad
gradle cleanups
2014-02-24 16:01:09 +01:00
Hannes Janetzek
ff83629054
create eclipse configuration with gradle
2014-02-24 15:05:54 +01:00
Hannes Janetzek
ad62e26b59
remove eclipse project settings
2014-02-24 15:05:54 +01:00
Hannes Janetzek
8428f438db
start OsmVectorLayer
2014-02-24 15:03:22 +01:00
Hannes Janetzek
5c2eaf961f
remove unused MapElement.priority
2014-02-24 15:03:21 +01:00
Hannes Janetzek
48fa5d5434
refactor: move tile layer classes back to layers.tile
...
they *really* belong there
2014-02-24 15:03:21 +01:00
Hannes Janetzek
733d9dac96
fix: GeometryBuffer.getNumPoints()
2014-02-24 15:03:21 +01:00
Hannes Janetzek
e9d8cdd329
get JTS geometry from OSMElements
2014-02-12 20:46:41 +01:00
Hannes Janetzek
78d125a0f6
move rotten tilesources to extras
2014-02-09 22:25:01 +01:00
Hannes Janetzek
9f7e8dbad7
formatter
2014-02-07 21:50:07 +01:00