@opensystemslab/map 1.0.0-alpha.8 → 1.0.0-alpha.9

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.
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-yh__5vWy.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-CDur2mi7.mjs";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/dist/index.html CHANGED
@@ -57,7 +57,7 @@
57
57
  drawType="Point"
58
58
  basemap="MapboxSatellite"
59
59
  showCentreMarker
60
- osCopyright="© Crown copyright and database rights 2024 OS (0)100024857"
60
+ osCopyright="© Crown copyright and database rights 2024 OS AC0000812160"
61
61
  osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey"
62
62
  />
63
63
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensystemslab/map",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0-alpha.9",
4
4
  "license": "MPL-2.0",
5
5
  "private": false,
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "accessible-autocomplete": "^3.0.1",
33
33
  "file-saver": "^2.0.5",
34
34
  "govuk-frontend": "^5.11.0",
35
- "jspdf": "^3.0.1",
35
+ "jspdf": "^3.0.2",
36
36
  "lit": "^3.0.1",
37
37
  "ol": "^10.6.1",
38
38
  "ol-ext": "^4.0.33",
@@ -47,7 +47,7 @@
47
47
  "@testing-library/user-event": "^14.6.1",
48
48
  "@types/file-saver": "^2.0.7",
49
49
  "@types/node": "22.0.3",
50
- "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.6.1",
50
+ "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.6.3",
51
51
  "@types/proj4": "^2.5.6",
52
52
  "@vitest/ui": "^3.0.7",
53
53
  "happy-dom": "^9.1.9",
@@ -53,6 +53,7 @@ export declare class MyMap extends LitElement {
53
53
  markerColor: string;
54
54
  geojsonData: GeoJSONFeatureCollection;
55
55
  showGeojsonDataMarkers: boolean;
56
+ showGeojsonDataLabels: boolean;
56
57
  geojsonDataCopyright: string;
57
58
  geojsonColor: string;
58
59
  geojsonFill: boolean;