@opensystemslab/map 1.0.0-alpha.0 → 1.0.0-alpha.1

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-BcNEfKoK.mjs";
1
+ import { c as Ke, _ as Ua, g as Po } from "./index-CnbGXbu3.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,8 @@
52
52
  maxZoom="23"
53
53
  drawMode
54
54
  drawMany
55
+ basemap="MapboxSatellite"
56
+ showCentreMarker
55
57
  osCopyright="© Crown copyright and database rights 2024 OS (0)100024857"
56
58
  osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey"
57
59
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensystemslab/map",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.1",
4
4
  "license": "MPL-2.0",
5
5
  "private": false,
6
6
  "repository": {
@@ -9,6 +9,7 @@ type ResetControlImageEnum = "unicode" | "trash";
9
9
  export declare class MyMap extends LitElement {
10
10
  static styles: import("lit").CSSResult;
11
11
  id: string;
12
+ dataTestId: string;
12
13
  latitude: number;
13
14
  longitude: number;
14
15
  basemap: BasemapEnum;