@open-pioneer/map 1.3.0-dev.20260207195315 → 1.3.0-dev.20260210071443
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/CHANGELOG.md +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @open-pioneer/map
|
|
2
2
|
|
|
3
|
-
## 1.3.0-dev.
|
|
3
|
+
## 1.3.0-dev.20260210071443
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 2ceb1ca: MapModel: implement new `loading` property.
|
|
8
8
|
This property is `true` if the map is currently loading any resources, `false` otherwise.
|
|
9
9
|
The property is based on OpenLayers `loadstart` and `loadend` events (see [Documentation](https://openlayers.org/en/latest/apidoc/module-ol_MapEvent-MapEvent.html#event:loadstart)).
|
|
10
|
+
- d54ccfd: Update to Chakra UI 3.32.0
|
|
10
11
|
- 2ceb1ca: MapContainer: allow configuration of `rootProps` and `containerProps`.
|
|
11
12
|
This can be used to set custom attributes on the respective DOM elements.
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map",
|
|
4
|
-
"version": "1.3.0-dev.
|
|
4
|
+
"version": "1.3.0-dev.20260210071443",
|
|
5
5
|
"description": "This package integrates OpenLayers maps into an open pioneer trails application.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"directory": "src/packages/map"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@chakra-ui/react": "^3.
|
|
18
|
-
"@open-pioneer/core": "
|
|
19
|
-
"@open-pioneer/http": "
|
|
20
|
-
"@open-pioneer/react-utils": "
|
|
21
|
-
"@open-pioneer/runtime": "
|
|
17
|
+
"@chakra-ui/react": "^3.32.0",
|
|
18
|
+
"@open-pioneer/core": "4.5.0-dev.20260209115911",
|
|
19
|
+
"@open-pioneer/http": "4.5.0-dev.20260209115911",
|
|
20
|
+
"@open-pioneer/react-utils": "4.5.0-dev.20260209115911",
|
|
21
|
+
"@open-pioneer/runtime": "4.5.0-dev.20260209115911",
|
|
22
22
|
"ol": "^10.7.0",
|
|
23
23
|
"proj4": "^2.20.2",
|
|
24
|
-
"react": "^19.2.
|
|
25
|
-
"react-dom": "^19.2.
|
|
24
|
+
"react": "^19.2.4",
|
|
25
|
+
"react-dom": "^19.2.4",
|
|
26
26
|
"react-use": "^17.6.0",
|
|
27
27
|
"uuid": "^13.0.0",
|
|
28
28
|
"@conterra/reactivity-core": "^0.8.1",
|