From 23ee759740e1a00a598dafa5486028c41bc6155f Mon Sep 17 00:00:00 2001 From: Vincent Broute Date: Sat, 24 Aug 2013 16:04:03 +0200 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2b02d5de..e01d90c367 100644 --- a/README.md +++ b/README.md @@ -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/)