This project is mirrored from https://github.com/JOSM/geojson.git.
Pull mirroring updated .
- 05 Oct, 2019 5 commits
-
-
Vincent Privat authored
-
Vincent Privat authored
-
Vincent Privat authored
-
Vincent Privat authored
-
Vincent Privat authored
-
- 22 Apr, 2019 2 commits
-
-
Vincent Privat authored
-
Vincent Privat authored
-
- 16 Mar, 2019 1 commit
-
-
Vincent Privat authored
Improve error handling
-
- 15 Mar, 2019 1 commit
-
-
Thomas Reiser authored
-
- 18 Feb, 2019 4 commits
-
-
Florian Schäfer authored
-
Florian Schäfer authored
-
Florian Schäfer authored
As reported in https://github.com/JOSM/geojson/issues/29 , tag values were imported as represented in the GeoJSON file (e.g. strings were surrounded with quotes). One consequence is, that now objects and arrays as tag values are discarded, previously their JSON representation was used as tag value. Also Features that have no "properties" attribute at all are now parsed correctly.
-
Florian Schäfer authored
The last node in a way was incorrectly duplicated, now the first node should be reused correctly when a way is closed.
-
- 28 Dec, 2018 1 commit
-
-
Vincent Privat authored
-
- 15 Nov, 2018 2 commits
-
-
Florian Schäfer authored
-
Florian Schäfer authored
Even if the first and last node are not identical, the resulting OSM ways will loop back to the start node when importing from GeoJSON. This should solve most of #12 (https://github.com/JOSM/geojson/issues/12). Polygons and Multipolygons are now always imported as closed ways, LineStrings only if first and last node have the same coordinate.
-
- 14 Nov, 2018 3 commits
-
-
Florian Schäfer authored
-
Neil Rotstan authored
-
Neil Rotstan authored
-
- 12 Nov, 2018 1 commit
-
-
Neil Rotstan authored
-
- 19 Oct, 2018 2 commits
-
-
Florian Schäfer authored
See https://josm.openstreetmap.de/ticket/16850 for the changes in JOSM core that make this possible. The minimum required JOSM version is now bumped to 14347 because of this change in core.
-
Florian Schäfer authored
Mainly for compatibility with JDK 11 and 12, rewrote the build script to the Kotlin DSL.
-
- 18 Oct, 2018 1 commit
-
-
Florian Schäfer authored
-
- 17 Oct, 2018 3 commits
-
-
Florian Schäfer authored
-
Vincent Privat authored
Add GeoJson download task
-
Omar Vega Ramos authored
-
- 16 Oct, 2018 3 commits
-
-
Omar Vega Ramos authored
-
Florian Schäfer authored
-
Florian Schäfer authored
The Gradle scripts `version-functions.gradle` (now integrated in `gradle-josm-plugin`) and `dependencies.gradle` (no longer needed, since the Jackson dependency is now gone) are removed. The `lib/` directory is also no longer needed, since we use jsonp, which is provided by JOSM.
-
- 15 Oct, 2018 9 commits
-
-
-
Vincent Privat authored
Fix getTags() when properties is null
-
Omar Vega Ramos authored
-
Vincent Privat authored
Add support for compressed geojson
-
Vincent Privat authored
Make jsonp dependencies compileOnly
-
Jeroen Reijn authored
-
Jeroen Reijn authored
-
Vincent Privat authored
Remove dependency on jackson and jackson geojson
-
Jeroen Reijn authored
-
- 18 Aug, 2018 2 commits
-
-
Vincent Privat authored
-
Vincent Privat authored
-