updated readme

This commit is contained in:
Vincent Broute
2013-08-24 16:04:03 +02:00
parent 7c7e45eb09
commit 23ee759740
+2 -1
View File
@@ -22,6 +22,7 @@ As Rapha
* **Easy to add new maps.** Build your own maps based on SVG format
* **SEO-friendly.** An alternative content can be set for non-JS users and web crawlers
* **Resizable** Thanks to raphael.js, maps are easily resizable.
* **Zoom** Zoom and panning abilities.
## How to use Mapael
@@ -44,7 +45,7 @@ Here is the simplest example that shows how to display an empty map of the world
## Examples
* [Minimal example (France)](http://jsfiddle.net/neveldo/tn5AF/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/tn5AF/)
* [Map with some plotted cities and area labels (France)](http://jsfiddle.net/neveldo/TKUy4/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/TKUy4/)
* [Map with some plotted cities and area labels, and zoom demo (France)](http://jsfiddle.net/neveldo/TKUy4/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/TKUy4/)
* [Map with some overloaded parameters and 'onclick' callback on areas (France)](http://jsfiddle.net/neveldo/qGwWr/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/qGwWr/)
* [Population of France by department with a legend](http://jsfiddle.net/neveldo/TUYHN/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/TUYHN/)
* [Population of the 1000 more populated french cities with a legend](http://jsfiddle.net/neveldo/n6XyQ/embedded/result/) - [Edit in JSFiddle](http://jsfiddle.net/neveldo/n6XyQ/)