File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Leaflet.Measure
22Leaflet.Measure Is a leaflet plugin for measuring distances and areas.
33
4- Online [ DEMO] ( https://ptma.github.io/leaflet.measure /examples/measure.html ) .
4+ Online [ DEMO] ( https://ptma.github.io/Leaflet.Measure /examples/measure.html ) .
55
66## Example
77``` javascript
@@ -16,7 +16,7 @@ L.control.measure().addTo(map);
1616| Option | Type | Default | Description |
1717| --------| ------| ---------| -------------|
1818| position | String | 'topleft' | The position of the control. |
19- | title | String | 'Legend ' | The title of the control. |
19+ | title | String | 'Measurement ' | The title of the control. |
2020| collapsed | Boolean | false | If true, the control will be collapsed into an icon and expanded on mouse hover or touch. |
2121| color | String | '#FF0080'| The color of the lines or polygons. |
2222
You can’t perform that action at this time.
0 commit comments