Modify ↓
Opened 17 months ago
Last modified 17 months ago
#7307 new enhancement
Option to save data in GeoJSON
| Reported by: | sism | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| 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 (0)
Change History (2)
comment:1 Changed 17 months ago by simon04
comment:2 Changed 17 months ago by simon04
- Summary changed from opion to save data in geoJSON to 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
Version 0, edited 17 months ago
by simon04
(next)
Note: See
TracTickets for help on using
tickets.



In [4886/josm]: