@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 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' area
71
+ #### Example: draw a custom polygon & calculate its area
72
72
 
73
73
  ```html
74
74
  <body>
package/dist/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
  />
15
15
  </head>
16
16
  <body>
17
- <my-map zoom="18" maxZoom="20" drawMode />
17
+ <my-map zoom="18" maxZoom="23" drawMode drawPointer="dot" />
18
18
 
19
19
  <script>
20
20
  const map = document.querySelector("my-map");