Opened 13 years ago

Closed 13 years ago

#3813 closed defect (fixed)

EPSGTreatsAsLatLong() consider EPSG:4326 to be in lat/long order

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.8.0
Component: OGR_SRS Version: unspecified
Severity: normal Keywords:
Cc: warmerdam

Description

EPSGTreatsAsLatLong() doesn't follow its documentation, namely that point : "Note that coordinate systems with an EPSG code and no axis settings will be assumed to not be lat/long"

Currently, EPSGTreatsAsLatLong() returns TRUE for EPSG:4326 that has no explicit AXIS setting.

Change History (1)

comment:1 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r21020. Tests added in r21021

Note: See TracTickets for help on using tickets.