Changes between Initial Version and Version 1 of Ticket #2392
- Timestamp:
- Jul 8, 2008, 2:44:57 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2392
- Property Owner changed from to
- Property Status new → assigned
- Property Milestone → 1.6.0
-
Ticket #2392 – Description
initial v1 1 1 Current implementation of OGR GeoJSON driver is based on [http://wiki.geojson.org/GeoJSON_draft_version_5 GeoJSON Specification draft, v5.0]. The GeoJSON team is [http://lists.geojson.org/pipermail/geojson-geojson.org/2008-May/000439.html very close] to release version 1.0 of the specification, so it's a good idea to plan to update the [http://gdal.org/ogr/drv_geojson.html OGR GeoJSON driver]. 2 2 3 The update should be made shortly after GeoJSON 1.0 is published. Then, it can be announced as GeoJSON 1.0 implementation, perhaps even reference implementation in C/C++. 3 '''Update:''' 4 4 5 I am willing to update the driver myself. 5 The GeoJSON 1.0 is out: http://geojson.org/geojson-spec.html 6 7 One of new and interesting feature of GeoJSON 1.0 is [http://geojson.org/geojson-spec.html#bounding-boxes bbox] property. 8 9 After the driver is updated, I believe it could be announced as GeoJSON 1.0 implementation, perhaps even reference 10 implementation in C/C++.