Closed (fixed)
Project:
Geo
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 10:52 UTC
Updated:
5 Aug 2009 at 03:02 UTC
When I'm inputting point coordinates using the Latitude/Longitude widget, it displays the Well Known Text in the form "POINT(Long Lat)". Is that correct or shouldn't it be the opposite way - POINT(Lat Long) - instead (as documented at some places)?
Comments
Comment #1
becw commentedThis thread is very related: http://drupal.org/node/505734
Comment #2
phayes commentedIdeally everyone should conform to the WKT standard, Using WSG 84 as the projection.
So: WKT standard is: POINT (x y)
WSG 84: http://spatialreference.org/ref/epsg/4326/
So it should be POINT (Lon Lat)
Comment #3
allie mickaHopefully, the information provided here is sufficient to answer your question.
For reasons like this, I'm really, really hoping that people will stop trying to use WKT for input and storage soon, and thinking of deprecating it for most user-facing purposes! :)