@opensystemslab/map 0.8.1 → 0.8.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 +1 -1
- package/dist/component-lib.umd.js +101 -101
- package/dist/{index-eQGV5hbg.mjs → index-1HbxZ3C1.mjs} +21748 -19249
- package/dist/{index.es-BHgSsn4a.mjs → index.es-BF5JbvAz.mjs} +1 -1
- 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 +2 -2
- package/types/components/my-map/index.d.ts +1 -0
- package/types/components/my-map/os-features.d.ts +2 -2
- package/types/components/my-map/snapping.d.ts +2 -2
- package/types/components/my-map/utils.d.ts +2 -2
package/dist/index.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
***</h1>
|
46
46
|
<div style="margin-bottom:1em">
|
47
47
|
<my-map zoom="20" maxZoom="23" id="example-map" drawMode useScaleBarStyle showScale showNorthArrow showPrint
|
48
|
-
osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey" />
|
48
|
+
osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey" ariaLabelOlFixedOverlay="Interactive example map" />
|
49
49
|
</div>
|
50
50
|
<div style="margin-bottom:1em">
|
51
51
|
<postcode-search hintText="Optional hint text shows up here" id="example-postcode" />
|