proj4js / wkt-parser

parse all the wkt
Other
20 stars 15 forks source link

Restore previous axis calculation, add x/y handling #21

Closed ahocevar closed 3 years ago

ahocevar commented 3 years ago

This pull request restores the axis calculation prior to #20, but adds support for "X" and "Y" axis descriptors, e.g.

AXIS["X",EAST],AXIS["Y",NORTH]

or

AXIS["X",WEST],AXIS["Y",SOUTH]