Re: GeoDjango: Extract Latitude and Longitude from PointField

2009-01-14 Thread Ariel Mauricio Nunez Gomez
... point = models.PointField()... Longitude: {{point.x}} Latitude: {{point.y}} --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.

Re: GeoDjango: Extract Latitude and Longitude from PointField

2009-01-14 Thread J. Cliff Dyer
On Wed, 2009-01-14 at 09:49 -0800, Alfonso wrote: > Hey, > > Must be missing something extraordinarily simple - how do I > individually parse the latitude and longitude values from a PointField > entry into my app's templates? I just want... > > > Latitude: > Longitude: > > > Thanks, > > Al

GeoDjango: Extract Latitude and Longitude from PointField

2009-01-14 Thread Alfonso
Hey, Must be missing something extraordinarily simple - how do I individually parse the latitude and longitude values from a PointField entry into my app's templates? I just want... Latitude: Longitude: Thanks, Al --~--~-~--~~~---~--~~ You received this messa