worksology
unread,Jun 8, 2009, 7:50:34 PM6/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geodjango
I've been interested in GIS for a number of years, but after a couple
days playing with GeoDjango, I'm realizing just how little I
understand.
So I've added a Point field to a model, and added the necessary
manager, successfully have the OpenLayers widget in the Admin. When I
add a point and save it, the format of the latitude/longitude is in
Cartesian units (meters) and not the familiar decimal format I'm used
to.
Why? Is there a way to get the OpenLayers widget to return a
different format? Is there a way to have GeoDjango convert the
Cartesian coordinates to the decimal format in my templates? I don't
get it.
Thanks!
Josh