From: Martin D. <mar...@ge...> - 2008-09-10 12:59:29
|
Hello all When parsing WKT, the default axis order (if no AXIS elements are given) is (x,y) or (lon,lat). In an other order is wanted, then it must be specified explicitly. Consequently: > AXIS["Northing", NORTH], > AXIS["Easting", EAST], is mandatory if (lat,long) axis order is wanted, but: > AXIS["Easting", EAST], > AXIS["Northing", NORTH], is optional. However it is safe to specify it anyway to be sure. Martin |