Hi. I am trying to make a map program for a company to organize the different projects they are doing. Each of these projects corresponds to a road on the map. I need to make it so that if you click on a project in the left hand list of projects it would highlight the corresponding road on the map. This functionality also needs to work in reverse so that when you click on a road it would bring the relevant project to the top of the list.
Currently I have found a couple of solutions that do only one thing but not both. Such as with,
Map Hilight | jQuery Plugins , where it makes image maps have a highlight when you hover over them. Also there is another example I found where the positioned png images over a map which would light up if you hovered over links. Here:
UK Map Example
I was curious if there was a way to marriage both these techniques, or if possible have the links trigger the image map event so I could just use the jquery approach. Or, if there is a better way of doing this.
And also eventually I would want the map to be able to zoom through a copy levels and be pannable. Currently I am using the free LuckyView tool found here:
LuckyTeam.co.uk | Products | LuckyView
Thanks in advance,
Andrew