> If you don't mind a modest percentage of your points being incorrectly > located, then you can write code to automatically geocode any that don't > already have coordinates stored in your database, and write the > coordinates back to your database.
Well, probably you won't believe me, but after a bit of brain working, is EXACTLY the solution I choosed :) Also, in my database tables, I put a trigger who set to NULL "lat" and "lng" fields when "address" field changes: my script will geocode them and store them in database through a separate PHP script invoking Google HTTP geocoder. You can see results here: http://www.arbea.basilicata.it/index.php?option=com_wrapper&view=wrapper&Itemid=170 Well, I thank you and all others for all your answers, and to have driven me to learn more about Google Maps API. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
