Awesome, I got it done and it is working perfectly, thanks for the great solution! Do you have any easy way to setup more then one instance of this so members can map calendar events? We are an Airstream trailer based community and members go to rallies all the time. I would love to see them on the same map, but am afraid that the rallies would get lost among all the members 'pins'. so I was thinking to use a second map for that. Is there a way to mark things using a different color on the same map?
Best regards,
Andy
Quote:
Originally Posted by stonyarc
Andy,
This solution is quite simple.
This is caused by an imagemap on your forum that has the same name as the DIV of the googlemap
<map name="Map" id="Map"> is the name of your top image map.
Just rename the image map and the issue is solved.
<map name="Map2" id="Map2">
Greetz
|