@open-pioneer/map 1.3.0-dev.20260519140411 → 1.3.0
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 +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @open-pioneer/map
|
|
2
2
|
|
|
3
|
-
## 1.3.0
|
|
3
|
+
## 1.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
|
|
23
23
|
The old methods on the Map Model have been deprecated and will be removed in a future major release.
|
|
24
24
|
|
|
25
|
-
- d54ccfd: Update to Chakra UI 3.
|
|
25
|
+
- d54ccfd: Update to Chakra UI 3.35.0
|
|
26
26
|
- 33ab02f: Add new `mapModel.overlays` API to render arbitrary React content on the map at certain coordinates.
|
|
27
27
|
This can be helpful for feature info, popups and for tooltips during map interactions.
|
|
28
28
|
|
|
29
29
|
Use `mapModel.overlay.add({ content: <SomeReactContent />, ...})` to create a new overlay.
|
|
30
30
|
|
|
31
|
-
- 206b397: Update to trails core packages 4.
|
|
31
|
+
- 206b397: Update to trails core packages 4.6.0
|
|
32
32
|
- 2ceb1ca: MapContainer: allow configuration of `rootProps` and `containerProps`.
|
|
33
33
|
This can be used to set custom attributes on the respective DOM elements.
|
|
34
34
|
|
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
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"description": "This package integrates OpenLayers maps into an open pioneer trails application.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@conterra/reactivity-core": "^0.8.5",
|
|
19
19
|
"@conterra/reactivity-events": "^0.8.5",
|
|
20
20
|
"@esri/arcgis-html-sanitizer": "^4.1.0",
|
|
21
|
-
"@open-pioneer/core": "4.6.0
|
|
22
|
-
"@open-pioneer/http": "4.6.0
|
|
23
|
-
"@open-pioneer/react-utils": "4.6.0
|
|
24
|
-
"@open-pioneer/reactivity": "4.6.0
|
|
25
|
-
"@open-pioneer/runtime": "4.6.0
|
|
21
|
+
"@open-pioneer/core": "^4.6.0",
|
|
22
|
+
"@open-pioneer/http": "^4.6.0",
|
|
23
|
+
"@open-pioneer/react-utils": "^4.6.0",
|
|
24
|
+
"@open-pioneer/reactivity": "^4.6.0",
|
|
25
|
+
"@open-pioneer/runtime": "^4.6.0",
|
|
26
26
|
"ol": "^10.9.0",
|
|
27
27
|
"proj4": "^2.20.8",
|
|
28
28
|
"react-dom": "^19.2.6",
|