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
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
2 matches
Mail list logo