diff --git a/capture-map-area/demo.html b/capture-map-area/demo.html index a5dfda8..4d89007 100644 --- a/capture-map-area/demo.html +++ b/capture-map-area/demo.html @@ -9,7 +9,7 @@ - + @@ -24,9 +24,9 @@
Snapshot functionality belongs to the mapsjs-core module of the API.
- The capture method of the H.Map class takes as an argument callback
- function that is executed when snapshot is ready, instance of H.ui.UI class
+
Snapshot functionality belongs to the mapsjs-core module of the API.
+ The capture method of the H.Map class takes as an argument callback
+ function that is executed when snapshot is ready, instance of H.ui.UI class
to add the scale bar to the output, and top/left (50,50)-bottom/right (500,200) coordinates to specify the area of the map to capture.
Zoom into bounds limiting maximum level
This example displays circles on the map, which denote cities' population. By clicking on each circle you can zoom into it, +
This example displays circles on the map, which denote cities' population. By clicking on each circle you can zoom into it, but with different maximum zoom levels, depending on the circle size.