Hi Adrián, Regarding your SRS questions you need to be aware that if you use different SRS for different tables that unless you reproject to a common one distance computations make no sense. Likewise if you are computing the distance in an e.g. lat/long projection your distance will be not be in kilometres. There are routines in Postgis add-ons that will compute a great-circle distance, which I guess you are after.
> 5-) Is available any widget to insert the points using GoogleMaps? As > far as I know I have to implement it all by myself. > Have a look in django/contrib/gis/maps/google and read through the embedded documentation, which shows you how to create views and templates that will put your geodata onto a Google map inside your page. A sample template is given in the __init.__py script, while maybe the examples given in overlays.py are best for view creation. It might take a moment to understand the mechanism and I suggest starting out with a view with some dummy data to make sure your template is correct, then to add the geo-database interaction to it. It can all be achieved with a minimum of code lines. Feel free to come back with more specific questions and I will try to give you a hand. HTH Ludwig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

