@opensystemslab/map 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component-lib.es.js +8685 -8642
- package/dist/component-lib.umd.js +36 -75
- package/dist/index.html +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
- package/types/components/my-map/drawing.d.ts +3 -2
- package/types/components/my-map/index.d.ts +4 -2
package/dist/index.html
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
<div style="display:flex;flex-direction:column;">
|
44
44
|
<h1 style="color:red;font-family:Inter,Helvetica,sans-serif;font-size:16px;">*** This is a testing sandbox - these components are unaware of each other! ***</h1>
|
45
45
|
<div style="margin-bottom:1em">
|
46
|
-
<my-map zoom="20" maxZoom="23" drawMode drawPointer="dot" id="example-map" />
|
46
|
+
<my-map zoom="20" maxZoom="23" drawMode drawPointer="dot" id="example-map" showScale />
|
47
47
|
</div>
|
48
48
|
<div style="margin-bottom:1em">
|
49
49
|
<postcode-search hintText="Optional hint text shows up here" id="example-postcode" />
|