Ticket #3813 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: rouault Owned by: 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

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

Fixed in r21020. Tests added in r21021

Note: See TracTickets for help on using tickets.