Great!!!!! I carefully tryed to do all steps but I get this warning during geocoding process (it stops without output coordinates data):
Warning: simplexml_load_file(http://maps.google.com/maps/geo? output=xml&key=ABQIAAAArSysGIurcK7dOMZla-7TExQSXE4ITa1YzwIbIoQt- CisjCLm8xS2jytkVj9gPuB1NWF-zZMCsCPqMA&q=1521+1st+Ave%2C+Seattle%2C+WA) [function.simplexml-load-file]: failed to open stream: Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato. in C:\Programmi\geocode\get.php on line 36 Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://maps.google.com/maps/ geo?output=xml&key=ABQIAAAArSysGIurcK7dOMZla-7TExQSXE4ITa1YzwIbIoQt- CisjCLm8xS2jytkVj9gPuB1NWF-zZMCsCPqMA&q=1521+1st+Ave%2C+Seattle%2C+WA" in C:\Programmi\geocode\get.php on line 36 Fatal error: Maximum execution time of 30 seconds exceeded in C: \Programmi\geocode\get.php on line 36 I cannot understand the error....... This is my line 36: $xml = simplexml_load_file($request_url) or die("url not loading"); Thank you On 21 Lug, 12:24, Rossko <[email protected]> wrote: > This article gives the outline of how to pre-geocode addresses from a > list > http://code.google.com/apis/maps/articles/phpsqlgeocode.html > You'd have to adapt it to work with XML instead of a database. > > Something you'd need to work out is where to put your newly geocoded > locations - can you edit the XML file/feed, or must you make an > updated copy, etc. > > There are limits on how many and how fast, and how you use the data if > not on a Google map. -- 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.
