zhanjian
zhanjian

Reputation: 63

build a online map js api like google map

We want to build a js map api like to display the map in the web page just like the google map.

But we can not use the google api,so we want to build it ourself.

Of course we can not and do not need to make the api as power as google map's.

We just need the basice map display/move/zoom,and change map type ,add control,draw overlay,show infomation window .

So I wonder if there are any open soure related js lib we can use?

BTW, the map we will provide has been splitted as tiles like google. So It would be better if the js lib can support this.

Upvotes: 0

Views: 1690

Answers (3)

JSC
JSC

Reputation: 146

Besides Openlayers, jQuery Geo is also an option for some small projects.

Upvotes: 0

Rob
Rob

Reputation: 1255

Why not have the map as an image and use a jquery plugin like this

http://andrew.hedges.name/experiments/pan-zoom/

Upvotes: 0

Alex Reitbort
Alex Reitbort

Reputation: 13696

Try OpenLayers.

Upvotes: 3

Related Questions