On Thu, Mar 19, 2009 at 7:41 PM, Alessandro <alessandro.ron...@gmail.com>wrote:

>
> On Thu, Mar 19, 2009 at 9:08 PM, Alex Gaynor <alex.gay...@gmail.com>
> wrote:
>
> > Geo Django has a lot of tools for working with maps and geographic data,
> you might want to look at it: http://geodjango.org/ .
> >
>
> I thought geo django is too much complex for what I need. I don't need
> to calculate spatial areas, only to store the gps coordinates of a
> point and publish them in a google map, like django people does.
>
>
> --
> Alessandro Ronchi
> Skype: aronchi
> http://www.alessandroronchi.net
>
> SOASI Soc.Coop. - www.soasi.com
> Sviluppo Software e Sistemi Open Source
> Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
> Tel.: +39 0543 798985 - Fax: +39 0543 579928
>
> Rispetta l'ambiente: se non ti è necessario, non stampare questa mail
>
> >
>
Well, you can always just use a pair of float fields to store the latitude
and longitude and then write some javascript to interact with google maps.
But django.contrib.gis comes with Django so, in my view, there aren't many
good reasons not to use it.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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.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