Opened 21 years ago

Last modified 21 years ago

#294 closed defect (fixed)

GEOGCS WKT AXIS uses "NORTH" instead of NORTH

Reported by: martin.daly@… Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SRS Version: unspecified
Severity: normal Keywords:
Cc: martin.daly@…

Description

GEOGCS WKT AXIS uses "NORTH" instead of NORTH, i.e. a quoted string versus an 
enumerated value.

The EBNF is as follows:

<axis> = AXIS["<name>", NORTH | SOUTH | EAST | WEST | UP | DOWN | OTHER]

So a valid AXIS WKT is:

AXIS["Lat",NORTH]

And an invalid AXIS WKT, as returned by OGR_SFS is:

AXIS["Lat","NORTH"]

Change History (1)

comment:1 by warmerdam, 21 years ago

Fixed. 

Note that OGRSpatialReference doesn't really know much about the AXIS keyword
at this time.

Note: See TracTickets for help on using tickets.