@geops/rvf-mobility-web-component 0.1.36 → 0.1.37
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/.yarnrc.yml +1 -0
- package/CHANGELOG.md +8 -0
- package/index.html +1 -1
- package/index.js +2 -3
- package/input.css +0 -1
- package/package.json +1 -1
- package/src/GeolocationButton/GeolocationButton.tsx +1 -1
- package/src/RvfMobilityMap/RvfMobilityMap.tsx +2 -2
- package/src/utils/constants.ts +4 -8
package/.yarnrc.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nodeLinker: node-modules
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.37](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.36...v0.1.37) (2025-02-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* fix documentation ([d56f62b](https://github.com/geops/rvf-mobility-web-component/commit/d56f62bbd296441a26609f0946f1267c8159b4a7))
|
|
11
|
+
* fix documentation ([3463ca2](https://github.com/geops/rvf-mobility-web-component/commit/3463ca279339cf3b26914ed00c91324a1e8abbc5))
|
|
12
|
+
|
|
5
13
|
### [0.1.36](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.35...v0.1.36) (2025-02-25)
|
|
6
14
|
|
|
7
15
|
|
package/index.html
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
layertree: "Show/hide the layer tree button in the toolbar. Default to true.",
|
|
126
126
|
geolocation: "Show/hide geolocation button on the map. Default to true.",
|
|
127
127
|
toolbar: "Show/hide the toolbar on the left. Default to true.",
|
|
128
|
-
layers: "A comma separated list of layers: echtzeit,haltestellen,verkaufsstellen,liniennetz,tarifzonen,
|
|
128
|
+
layers: "A comma separated list of layers: echtzeit,haltestellen,verkaufsstellen,liniennetz,tarifzonen,fahrradfrelo,fahrradandere,cargobikefrelo,cargobikeandere,grueneflotte,naturenergie,autoandere,e-roller,mitfahrpunkt,pois",
|
|
129
129
|
details: "Show shared mobility details in the sidebar when we click on an shared mobility feature.",
|
|
130
130
|
realtime: "Show/hide the realtime data in the map. Default to true.",
|
|
131
131
|
embed: "Activate/deactivate the embedded navigation mode. In this mode zooming with mouse wheel is deactivated and, on touch device, you can only navigate with two finger, a warning message is displayed to warn the user. Default to false."
|