-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Antonia van Eek <a.vaneek@conterra.de>
- Loading branch information
Showing
67 changed files
with
1,409 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
"@open-pioneer/map": minor | ||
"@open-pioneer/basemap-switcher": minor | ||
"@open-pioneer/coordinate-search": minor | ||
"@open-pioneer/coordinate-viewer": minor | ||
"@open-pioneer/geolocation": minor | ||
"@open-pioneer/legend": minor | ||
"@open-pioneer/map-navigation": minor | ||
"@open-pioneer/measurement": minor | ||
"@open-pioneer/overview-map": minor | ||
"@open-pioneer/printing": minor | ||
"@open-pioneer/result-list": minor | ||
"@open-pioneer/scale-bar": minor | ||
"@open-pioneer/scale-setter": minor | ||
"@open-pioneer/scale-viewer": minor | ||
"@open-pioneer/search": minor | ||
"@open-pioneer/selection": minor | ||
"@open-pioneer/spatial-bookmarks": minor | ||
"@open-pioneer/toc": minor | ||
--- | ||
|
||
Deprecate the `mapId` property on React components. | ||
Use the `MapModel` directly instead to pass a reference to the map. | ||
|
||
Example: | ||
|
||
```tsx | ||
// Default map for entire component tree | ||
<DefaultMapProvider map={mapModel}> | ||
<Toc /> | ||
</DefaultMapProvider> | ||
|
||
// Map for specific component | ||
<Toc map={mapModel} /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@open-pioneer/editing": minor | ||
--- | ||
|
||
Deprecate the method signatures taking `mapId` on the `EditingService`. | ||
Use an instance of `MapModel` as a parameter instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.