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.
Try OpenLayers.