@opensystemslab/map 0.3.5 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.html +1 -1
- package/dist/map.es.js +11 -4
- package/dist/map.umd.js +11 -4
- package/package.json +4 -3
- package/types/{draw.d.ts → drawing.d.ts} +3 -2
- package/types/my-map.d.ts +3 -1
- package/types/os-layers.d.ts +2 -2
- package/types/snapping.d.ts +12 -0
package/README.md
CHANGED
@@ -68,7 +68,7 @@ staticMode = false;
|
|
68
68
|
|
69
69
|
`hideResetControl` hides the `↻` button, which when clicked would re-center your map if you've zoomed or panned away from the default view. `staticMode` additionally hides the `+/-` buttons, and disables mouse and keyboard zoom and pan/drag interactions.
|
70
70
|
|
71
|
-
#### Example: draw a custom polygon & calculate its
|
71
|
+
#### Example: draw a custom polygon & calculate its area
|
72
72
|
|
73
73
|
```html
|
74
74
|
<body>
|