#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 by , 13 years ago
comment:2 by , 13 years ago
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 by , 11 years ago
Ways should be either exported as LineString
or Polygon
, depending on the definition of areas we must first decide in #9440.
by , 8 years ago
Attachment: | 7307.patch added |
---|
comment:8 by , 8 years ago
Milestone: | → 16.08 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Option to save data in GeoJSON → [Patch] Option to save data in GeoJSON |
comment:11 by , 8 years ago
Summary: | [Patch] Option to save data in GeoJSON → Option to save data in GeoJSON |
---|
comment:13 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:14 by , 5 years ago
Component: | Core → Core geojson |
---|
comment:15 by , 2 years ago
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 by , 2 years ago
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]: