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)
- Host: GitHub
- URL: https://github.com/zmmbreeze/simplesvgmap
- Owner: zmmbreeze
- License: gpl-2.0
- Created: 2010-09-08T03:14:43.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-08T08:42:10.000Z (almost 16 years ago)
- Last Synced: 2025-01-19T16:11:44.764Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 570 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: MIT-LICENSE.txt
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";