|
Hello, I am trying use some very large map images on my webpage to construct an interactive map. mb.ImageNavigator would be very useful for me in order to display those images because that's exactly the interface I would like to use. But after implementing this in my code I found out a problem that I should have considered from the start. Is there any possible way to put some areas with coords in the image used with ImageNavigator??? So, (to explain this further) what I would like to do is add an attribute inside the generated tag like this: usemap="#mymap". The thing is that I can't understand how the html code is generated by the script and I don't know what to change to make this happen (since I am a pretty new to jquery). I rely on your help! Thanks in advance. |
|
This is not really implemented on this component. However the mbimageNavigator allow to add some extra content to the draggable overlay. You can then pu there a transparent image with the same width and height of the map you are showing and apply to this one the "usemap" atribute with ID of the map created for the original image:
This will solve your problem. Bye, Matteo |
|
Great! I didn't give much attention at the additionalContent feature at first. But this should work. Thanks mate. Btw your work is amazing. Keep it up. Cya, Ares |


