@opensystemslab/map 0.6.0 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/component-lib.es.js +6446 -6390
- 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/controls.d.ts +2 -1
- package/types/components/my-map/drawing.d.ts +3 -2
- package/types/components/my-map/index.d.ts +5 -1
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" />
|