Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

I want to create a custom interactive map which will be similar to this one: http://shows.marketart.com/surf10/ the example is developed using flash, and I want to make somthing similar to it using jquery and html5 if possible, the main requirements are: zooming, plotting on the map,

thank you in advance for any recommendations

regards,

share|improve this question
1  
Seems the perfect use case for SVG – David Fregoli Nov 7 '13 at 12:59
    
demo using the new Snap.svg codepen.io/anon/pen/tEfsH – David Fregoli Nov 7 '13 at 13:41

2 Answers 2

I see two possibilities:

1- Do a image map and use a image point plugin like This with a tooltip plugin, if you need.

2- See this Question and do with css and use tool tip plugin.

For zoom, you can easy use a Jquery plugin

share|improve this answer

There are similar jQuery plugins too. For example: http://www.virtualsen.se/map/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.