Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive world map

Tags:

I'm looking for a javascript world map, much like Google Maps, that can be embedded into a webpage, and extended so I can plot my own points on it. The major catch is that the map needs to be completely usable without an internet connection (i.e., local intranet). It doesn't need to have the same level of detail as Google Maps, but should be able to have a little bit of zoom capabilities. Any ideas?

Edit: I'm not talking about a street map, more like an atlas map, preferably with terrain data. Sorry

like image 624
bkritzer Avatar asked Jan 07 '10 22:01

bkritzer


1 Answers

You may want to investigate OpenLayers, which is an open source web-based mapping engine.

like image 84
Greg Hewgill Avatar answered Oct 11 '22 13:10

Greg Hewgill