#7307 closed enhancement (fixed)
Option to save data in GeoJSON
Reported by: | sism | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core geojson | Version: | |
Keywords: | geoJSON | Cc: |
Description
it would be nice to export data to geoJOSN ( http://geojson.org/geojson-spec.html#examples )
the exported files could be rendered in kothic ( http://kothic.org/js/ )
Attachments (1)
Change History (17)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Summary: | opion to save data in geoJSON → Option to save data in GeoJSON |
---|
Added basic GeoJSON export, i.e.,
- export nodes as
"type": "Point"
- export ways as
"type": "LineString"
- relations are currently not supported
Other implementations for reference:
comment:4 Changed 9 years ago by
Ways should be either exported as LineString
or Polygon
, depending on the definition of areas we must first decide in #9440.
Changed 7 years ago by
Attachment: | 7307.patch added |
---|
comment:8 Changed 7 years ago by
Milestone: | → 16.08 |
---|---|
Owner: | changed from team to simon04 |
Status: | new → assigned |
Summary: | Option to save data in GeoJSON → [Patch] Option to save data in GeoJSON |
comment:11 Changed 7 years ago by
Summary: | [Patch] Option to save data in GeoJSON → Option to save data in GeoJSON |
---|
comment:13 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:14 Changed 4 years ago by
Component: | Core → Core geojson |
---|
comment:15 Changed 10 months ago by
Hello,
Would it be possible to add the node osm_id or the way osm_id in JOSM to export in .geojson format like overpass-turbo does?
comment:16 Changed 10 months ago by
Hello,
Would it be possible to add the node osm_id or the way osm_id in JOSM to export in .geojson format like overpass-turbo does?
In [4886/josm]: