@opensystemslab/map 1.0.0-alpha.2 → 1.0.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { c as Ke, _ as Ua, g as Po } from "./index-B9kc5fOE.mjs";
1
+ import { c as Ke, _ as Ua, g as Po } from "./index-Dgd3KQAy.mjs";
2
2
  var vt = function(a) {
3
3
  return a && a.Math === Math && a;
4
4
  }, D = (
package/dist/index.html CHANGED
@@ -52,6 +52,7 @@
52
52
  maxZoom="23"
53
53
  drawMode
54
54
  drawMany
55
+ drawType="Point"
55
56
  basemap="MapboxSatellite"
56
57
  showCentreMarker
57
58
  osCopyright="© Crown copyright and database rights 2024 OS (0)100024857"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensystemslab/map",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "license": "MPL-2.0",
5
5
  "private": false,
6
6
  "repository": {
@@ -80,6 +80,7 @@ export declare class MyMap extends LitElement {
80
80
  applySatelliteStyle: boolean;
81
81
  mapboxAccessToken: string;
82
82
  hideResetControl: boolean;
83
+ resetViewOnly: boolean;
83
84
  resetControlImage: ResetControlImageEnum;
84
85
  staticMode: boolean;
85
86
  /**