Hi there,

I am having a problem using the OpenLayers mapping widget for a GIS
point field.

I have a model called Locality that has a point field called
"coordinates." I set the value of that field using the following
format:  POINT(LAT, LNG).

For example, for Atlanta, GA, the value of the coordinates field was
set using the string "POINT (33,82178, -84.45596)".

However, when I view the admin change page for Atlanta, GA, the
mapping widget shows the coordinates as somewhere in Antarctica. It
appears to be transposing the coordinates -- in other words, it is
showing a *longitude* of -84.45596 and a *latitude* of 33,82178,
instead of the other way around.

Does anyone know why this is happening and how I can fix it?

I am using the development version, but I have had the same problem in
1.0 and 1.1.

Thanks!
Leif

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to