Skip to content

Commit 22af6a2

Browse files
committed
* update readme
1 parent 7f52a4c commit 22af6a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Leaflet.Measure
22
Leaflet.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

0 commit comments

Comments
 (0)