Opened 7 years ago

Closed 7 years ago

#6705 closed task (fixed)

Implement GeoJSON RFC 7946 generation

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

This ticket tracs implementation of https://trac.osgeo.org/gdal/wiki/rfc65_rfc7946_geojson

Change History (7)

comment:1 by Even Rouault, 7 years ago

In 35964:

OGRGeometryFactory::transformWithOptions(): better deal with reprojection from polar projection to WGS84, and projections crossing the antimeridian to WGS84, by splitting geometries prior to reprojection (related to refs #6705)

comment:2 by Even Rouault, 7 years ago

In 35965:

GeoJSON: add a RFC7946=YES creation option (refs #6705)

comment:3 by Even Rouault, 7 years ago

In 35967:

GeoJSON test: add variation of expected result with proj 4.9.3 (refs #6705)

comment:4 by Even Rouault, 7 years ago

In 35968:

Add missing include to please MSVC (refs #6705)

comment:5 by Even Rouault, 7 years ago

In 35969:

Fix doxygen warnings (refs #6705)

comment:6 by Even Rouault, 7 years ago

In 35973:

Fix warning about unreachable code (refs #6705)

comment:7 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.