@openremote/or-map 1.6.0-snapshot.20250514060942 → 1.6.0-snapshot.20250514095754
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/custom-elements.json +1 -1
- package/dist/umd/index.bundle.js +5 -0
- package/dist/umd/index.js +5 -0
- package/dist/umd/index.orbundle.js +6 -1
- package/lib/style.js +5 -0
- package/lib/style.js.map +1 -1
- package/package.json +8 -8
package/lib/style.js
CHANGED
|
@@ -58,6 +58,11 @@ import{css,unsafeCSS}from"lit";import{DefaultColor1,DefaultColor2,DefaultColor3,
|
|
|
58
58
|
.maplibregl-ctrl-geocoder--input {
|
|
59
59
|
width: calc(100% - 20px)
|
|
60
60
|
}
|
|
61
|
+
|
|
62
|
+
/* Prevents overflow from elements outside the map component (like menu overlays). See #1844 */
|
|
63
|
+
.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right, .maplibregl-ctrl-top-left, .maplibregl-ctrl-top-right {
|
|
64
|
+
z-index: 1;
|
|
65
|
+
}
|
|
61
66
|
.leaflet-marker-icon, .maplibregl-marker, .mapboxgl-marker {
|
|
62
67
|
pointer-events: none !important;
|
|
63
68
|
}
|
package/lib/style.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.js","sourceRoot":"","sources":["../src/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,SAAS,EAAC,MAAM,KAAK,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,mBAAmB,EAAmB,MAAM,kBAAkB,CAAC;AAEnJ,MAAM,CAAC,MAAM,cAAc,GAAG,gCAAgC,CAAC;AAC/D,MAAM,CAAC,MAAM,oBAAoB,GAAG,uCAAuC,CAAC;AAE5E,eAAe;AACf,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA;;;;;;;0FAOkE,SAAS,CAAC,aAAa,CAAC;;oGAEd,SAAS,CAAC,aAAa,CAAC;;;;;;;;wGAQpB,SAAS,CAAC,aAAa,CAAC;;kHAEd,SAAS,CAAC,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"style.js","sourceRoot":"","sources":["../src/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,SAAS,EAAC,MAAM,KAAK,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,mBAAmB,EAAmB,MAAM,kBAAkB,CAAC;AAEnJ,MAAM,CAAC,MAAM,cAAc,GAAG,gCAAgC,CAAC;AAC/D,MAAM,CAAC,MAAM,oBAAoB,GAAG,uCAAuC,CAAC;AAE5E,eAAe;AACf,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,CAAA;;;;;;;0FAOkE,SAAS,CAAC,aAAa,CAAC;;oGAEd,SAAS,CAAC,aAAa,CAAC;;;;;;;;wGAQpB,SAAS,CAAC,aAAa,CAAC;;kHAEd,SAAS,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HzI,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;wHAEoF,SAAS,CAAC,aAAa,CAAC;kIACd,SAAS,CAAC,aAAa,CAAC;0GAChD,SAAS,CAAC,mBAAmB,CAAC;gIACR,SAAS,CAAC,aAAa,CAAC;0IACd,SAAS,CAAC,aAAa,CAAC;8HACpC,SAAS,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;2CAmB3G,SAAS,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgElE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-map",
|
|
3
|
-
"version": "1.6.0-snapshot.
|
|
3
|
+
"version": "1.6.0-snapshot.20250514095754",
|
|
4
4
|
"description": "Displays s vector or raster map",
|
|
5
5
|
"customElements": "custom-elements.json",
|
|
6
6
|
"main": "dist/umd/index.bundle.js",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"license": "AGPL-3.0-or-later",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
|
23
|
-
"@openremote/core": "1.6.0-snapshot.
|
|
24
|
-
"@openremote/model": "1.6.0-snapshot.
|
|
25
|
-
"@openremote/or-icon": "1.6.0-snapshot.
|
|
26
|
-
"@openremote/or-mwc-components": "1.6.0-snapshot.
|
|
27
|
-
"@openremote/or-translate": "1.6.0-snapshot.
|
|
28
|
-
"@openremote/rest": "1.6.0-snapshot.
|
|
23
|
+
"@openremote/core": "1.6.0-snapshot.20250514095754",
|
|
24
|
+
"@openremote/model": "1.6.0-snapshot.20250514095754",
|
|
25
|
+
"@openremote/or-icon": "1.6.0-snapshot.20250514095754",
|
|
26
|
+
"@openremote/or-mwc-components": "1.6.0-snapshot.20250514095754",
|
|
27
|
+
"@openremote/or-translate": "1.6.0-snapshot.20250514095754",
|
|
28
|
+
"@openremote/rest": "1.6.0-snapshot.20250514095754",
|
|
29
29
|
"@polymer/polymer": "^3.3.1",
|
|
30
30
|
"@types/mapbox": "^1.6.42",
|
|
31
31
|
"lit": "^2.0.2",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"maplibre-gl": "^4.1.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@openremote/util": "1.6.0-snapshot.
|
|
36
|
+
"@openremote/util": "1.6.0-snapshot.20250514095754",
|
|
37
37
|
"@types/geojson": "^7946.0.7"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|