Changes between Version 2 and Version 3 of rfc65_rfc7946_geojson


Ignore:
Timestamp:
Oct 29, 2016, 6:02:08 AM (8 years ago)
Author:
Even Rouault
Comment:

Update RFC

Legend:

Unmodified
Added
Removed
Modified
  • rfc65_rfc7946_geojson

    v2 v3  
    2424A layer creation option will be added for the GeoJSON driver, e.g., {{{RFC7946=TRUE}}}. When "on", OGR will write GeoJSON with CRS84 coordinates (reprojecting as needed) with 7 places of precision by default, polygons wound properly, and geometries split at the antimeridian.
    2525
     26Related to that work, the OGRGeometryFactory::transformWithOptions() method has been improved to better deal with reprojection of geometries from polar projections, and projections that span the antimeridian, to EPSG:4326
     27
    2628=== Updated drivers ===
    2729
     
    3840== Documentation ==
    3941
    40 Documentation of the new configuration option will reference RFC 7946.
     42Documentation of the new layer creation option will reference RFC 7946.
    4143
    4244== Test Suite ==
    4345
    44 The tests of the updated drivers test the effect of the new method.
     46The ogr_geojson.py file tests the effect of the new option.
    4547
    4648== Compatibility Issues ==
    4749
    48 TODO
     50As this is a opt-in parameter, no backward compatibility issue. GeoJSON files conformant to RFC 7646 can be read by previous GDAL/OGR versions.
    4951
    5052== Related ticket ==
    5153
    52 TODO
     54#6705
    5355
    5456== Implementation ==
    5557
    56 Implementation will be done by Even Rouault and be sponsored by Mapbox.
     58Implementation has been done by Even Rouault and sponsored by Mapbox.
    5759
    5860== Voting history