On Aug 4, 5:07 am, Frank Post <[email protected]> wrote: > Hi, > I'm making a little website for dutch US and Classic car fanatics to > find car meetings in their neighbourhood. I build te site with help > from Mike Williams tutorials, and adjusted it a bit to fit to my > needs. It gets marker and info data from an external XML file, created > from a rss feed out of Wordpress (making it into xml code with help of > MagpieRSS). > Everything works fine, markers show up, info work etc. except for the > directions. No matter which start or ending address, it won't find it, > and show the bad request error. > Could anybody please help me solve this. > The website+code can be found athttp://usccm.nl/testing/index.php
The string you are sending in your gdir.load is: from: Dordrecht to: Saturday Night Cruise<br>7 [email protected],4.248104 Google's servers can't find destinations like: "Saturday Night Cruise<br>7 [email protected],4.248104" I would suggest removing the html tags from the "name" field. (if I put name="marker #"+z; just after var z = gmarkers.length; it can return directions) -- Larry > > thanks for your help > > regards > Frank Post -- 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.
