pahko
pahko

Reputation: 2630

Any suggestions for an interactive map application?

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.

Upvotes: 1

Views: 1663

Answers (3)

bjornd
bjornd

Reputation: 22951

You can use jQuery based solution for that - jVectorMap.

Upvotes: 1

Alfred
Alfred

Reputation: 21406

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 :)

Upvotes: 0

Fresheyeball
Fresheyeball

Reputation: 30025

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.

Upvotes: 0

Related Questions