Re: [Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-10 Thread n6ach
Thank you very much, I have been spending quite a bit of time on that site since I started the project and never came across that page. That will be a huge help. On the directions sample page, it looks like it is for v3 however the marker text, they use single quotes like v2. Can you still use

Re: [Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-10 Thread MymsMan
Try http://stackoverflow.com/questions/37684/how-to-replace-plain-urls-with-links/3890175#3890175 It is quite difficult to reliably parse links in text but the routine in the attached link seems to work well with most link formats. -- You received this message because you are subscribed to the

Re: [Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-10 Thread n6ach
Thanks I am trying to make it go now :) Any ideas on how to get it to pass a href link in side the marker? If you look at my version and search 95203 the first listing has a weblink, I would like to have that link clickable. Thanks again -- You received this message because you are subscribe

Re: [Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-05 Thread Ralph
On 06/09/2011 03:51, n6ach wrote: >>I would like to be able to have someone get driving directions when they click on the marker. Also to be able to select the website link >>if available. The website is at http://findingstorage.com/ and I use phpsqlsearch_genxml.php Try this link it might

[Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-05 Thread n6ach
I have been searching the forum for the past week after converting a website to v3 with no joy. I would like to be able to have someone get driving directions when they click on the marker. Also to be able to select the website link if available. The website is at http://findingstorage.com/ and