Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to do something similar to this:

Flash-based interactive map

I wonder if you could recommend a good library or something. JQuery or Javascript will be nice, but Flash/Action Script is not a good option.

share|improve this question

3 Answers

up vote 1 down vote accepted

You can use jQuery based solution for that - jVectorMap.

share|improve this answer

Give the Google maps API to make your own custom map from your own images

http://forevermore.net/articles/photo-zoom/

http://www.maplib.net/

You can then use the same api to detect clicks that would trigger modal windows.

share|improve this answer

You can have a variety of 44 Maping APIs HERE

and of course Flash/Action Script is not a good option since it takes much resource and is always slower than JavaScript and AJAX based solutions.

HERE is your first tutorial to set up your map (from Google developers).

and finally, HERE is a collection of Free Mapping Tools for creating maps online.

Hope this helps :)

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.