Re: google projection GeoDjango question

2010-08-27 Thread Miguel Araujo
After 3 days trying to solve this, I found that geopy returns latitude/longitude and GEOS expects coordinates in reversed order. This fixes my issue with the maps. Thanks though, Miguel Araujo 2010/8/27 maraujop > Hi everyone, > > I'm new to GeoDjango. After installing it and test it. I have cr

google projection GeoDjango question

2010-08-27 Thread maraujop
Hi everyone, I'm new to GeoDjango. After installing it and test it. I have created a model called Spot which gas a Geography SRID 4326 PointField. class Spot(models.Model): point = models.PointField(spatial_index = True, srid = 4326, geo