Opened 16 years ago

Closed 13 years ago

#2392 closed task (fixed)

Update OGR GeoJSON driver to follow GeoJSON 1.0

Reported by: mloskot Owned by:
Priority: normal Milestone: 1.9.0
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: geojson json
Cc:

Description (last modified by Mateusz Łoskot)

Current implementation of OGR GeoJSON driver is based on GeoJSON Specification draft, v5.0. The GeoJSON team is very close to release version 1.0 of the specification, so it's a good idea to plan to update the OGR GeoJSON driver.

Update:

The GeoJSON 1.0 is out: http://geojson.org/geojson-spec.html

One of new and interesting feature of GeoJSON 1.0 is bbox property.

After the driver is updated, I believe it could be announced as GeoJSON 1.0 implementation, perhaps even reference implementation in C/C++.

Change History (5)

comment:1 by Mateusz Łoskot, 16 years ago

Description: modified (diff)
Milestone: 1.6.0
Owner: changed from warmerdam to Mateusz Łoskot
Status: newassigned

comment:2 by hobu, 15 years ago

Milestone: 1.6.11.7.0

comment:3 by Mateusz Łoskot, 15 years ago

Owner: Mateusz Łoskot removed
Status: assignednew

comment:4 by Mateusz Łoskot, 15 years ago

I'm sorry, but I don't maintain this driver any more. If anybody is interested in maintaining it, feel free to take over or just remove it from GDAL/OGR source tree if you like.

comment:5 by Even Rouault, 13 years ago

Milestone: 1.8.11.9.0
Resolution: fixed
Status: newclosed

r22449 /trunk/gdal/ogr/ogrsf_frmts/geojson/ (6 files): GeoJSON: add a bbox attribute with the geometry bounding box if WRITE_BBOX layer creation option is set (#2392)

Note: See TracTickets for help on using tickets.