Wasn't it jb who wrote:
>mysite is here http://lifeafterworking.com/map3.1.htm with the same
>problem
The problem on that page is that this line is omitted
var distance = parseFloat(markers[i].getAttribute('distance'));
So your "distance" variable is undefined when you try to use it.
Since your server doesn't return distance information, you'll need to
either change your server to provide that information go through all the
client side code and remove anything that uses "distance".
Your server doesn't take any notice of the search parameters either.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---