On 13 December 2010 22:23, zhe chen <[email protected]> wrote: > Hi Andrew, > > Here is the link > > http://71.210.197.85/dev/maptest.html
This is where Firebug comes in useful, and why a link is needed. Your Geocodeservice requests contain odd characters when you read your text file output, compared to reading the textbox input. Your text file output includes the end-of-line character %0A at the end of each location, which should be trimmed. The geocoder can't find Los+Angeles%0A or London%0A. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
