You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,13 @@ As Rapha
19
19
20
20
* based on **jQuery and raphael.js**. And optionnaly based on jQuery mousewheel for the zoom on mousewheel feature.
21
21
***Interactive.** Set href, tooltip, add events and many more on the elements of your map.
22
-
***Plottable cities** Cities can be plotted on the map with circles, squaresor images by their latitude and longitude
22
+
***Plottable cities** Cities can be plotted on the map with circles, squares, images or SVG paths by their latitude and longitude
23
23
***Areas and plotted points colorization with legends.** Mapael automatically sets attributes like color and size to each area and plotted point displayed on map and generates an interactive legend in order to build pretty dataviz
24
+
***Links between cities.** You can draw links between the cities of the map.
24
25
***Easy to add new maps.** Build your own maps based on SVG paths
25
26
***SEO-friendly.** An alternative content can be set for non-JS users and web crawlers
26
27
***Resizable** Maps are easily resizable.
27
-
***Zoom** Zoom and panning abilities.
28
+
***Zoom** Zoom and panning abilities (also on mobile devices).
0 commit comments