World Map for jQuery or HTML5

Hi guys, I have a project that needs an animated world map on its homepage similar to this example from http://www.ammap.com/examples/flight_routes Flash is not an option that leaves me with html5 css jquery or other ajax framework. Do you know any world map structure for jQuery, HTML 5 or other ajax frameworks?
The data does not have to be dynamic, because I want the strings representing the addresses from and to to be animated.
Thanks in advance guys.

+5
source share
3 answers

In my personal preference: OpenLayers, Leaflet or Polymaps

http://openlayers.org/

http://leaflet.cloudmade.com/

http://polymaps.org/

All open source, all Javascript, all compatible with IE (at least for IE> 8, I think)

+1
source

You can try the following HTML5 / Google Map-based mapping software instead of Flash:

iMapBuilder HTML5 Map Software Map templates are based (similar to amMap), but use HTML5 maps instead of Flash Maps. Allow you to easily create interactive maps using buttons, lines, mouse switching effects, etc.

Google , Google, gmap.

0

AmMap - JavaScript, JavaScript.

0
source

All Articles