An open API service indexing awesome lists of open source software.

https://github.com/zmmbreeze/simplesvgmap

This project can be used to build map application on web by svg and js! (Deprecated)
https://github.com/zmmbreeze/simplesvgmap

Last synced: 8 months ago
JSON representation

This project can be used to build map application on web by svg and js! (Deprecated)

Awesome Lists containing this project

README

          

This project is based on jquery and jquery.svg. And it help programmer easily build map application on web.

Things can do:

build map on web.(support Firefox 3.0 and upper,chrome 5 and upper, adobe svg on IE);
moveMap;
zoomIn;
zoomOut;
set the width and height of map;
add object(image,text,circle) to map;
remove object from map;
rasterize(generate the string of svg map);

This project is base on MIT and GPL license.

More infomation on my blog:"http://www.mzhou.me";