@geops/rvf-mobility-web-component 0.1.100 → 0.1.102

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@geops/rvf-mobility-web-component",
3
3
  "license": "UNLICENSED",
4
4
  "description": "Web components for rvf in the domains of mobility and logistics.",
5
- "version": "0.1.100",
5
+ "version": "0.1.102",
6
6
  "homepage": "https://rvf-mobility-web-component-geops.vercel.app/",
7
7
  "type": "module",
8
8
  "main": "index.js",
@@ -12,7 +12,7 @@
12
12
  "jspdf": "^3.0.4",
13
13
  "lodash.debounce": "^4.0.8",
14
14
  "maplibre-gl": "5.12.0",
15
- "mobility-toolbox-js": "3.6.0",
15
+ "mobility-toolbox-js": "3.6.1",
16
16
  "ol": "^10.7.0",
17
17
  "preact": "^10.28.0",
18
18
  "preact-custom-element": "^4.6.0",
@@ -65,7 +65,7 @@ function RvfMapLayout({
65
65
  {...props}
66
66
  >
67
67
  <RvfSelectedFeatureHighlightLayer />
68
- <StationsLayer minZoom={10} {...stationsLayerProps} />
68
+ <StationsLayer {...stationsLayerProps} />
69
69
  <RvfTarifZonenLayer />
70
70
  <RvfSellingPointsLayer />
71
71
  <RvfPoisLayer />
package/tash DELETED
@@ -1,58 +0,0 @@
1
- diff --git a/src/MobilityMap/MobilityMapAttributes.ts b/src/MobilityMap/MobilityMapAttributes.ts
2
- index 25279ab..b1c1d8e 100644
3
- --- a/src/MobilityMap/MobilityMapAttributes.ts
4
- +++ b/src/MobilityMap/MobilityMapAttributes.ts
5
- @@ -171,7 +171,7 @@ where:
6
- },
7
- lineid: {
8
- description: `An id or a short/long name of a line to highlight. <br/>Ex: S1`,
9
- - public: true,
10
- + public: false,
11
- },
12
- lnp: {
13
- defaultValue: "true",
14
- @@ -197,7 +197,7 @@ where:
15
- mapsetplanid: {
16
- description:
17
- "An id of the mapset plan to display. Mostly for debugging purposes.",
18
- - public: true,
19
- + public: false,
20
- },
21
- mapsettags: {
22
- description: `The ${geopsMapsetApiLink} tags to get the plans from.`,
23
- @@ -210,7 +210,7 @@ where:
24
- },
25
- mapsettimestamp: {
26
- description: `The ${geopsMapsetApiLink} timestamp used to load valid standard plan. If not defined it will use the current time.`,
27
- - public: true,
28
- + public: false,
29
- },
30
- mapseturl: {
31
- defaultValue: "https://editor.mapset.io/api/v1/",
32
- @@ -256,7 +256,7 @@ where:
33
- },
34
- notificationid: {
35
- description: `An id of a notification to show details of.`,
36
- - public: true,
37
- + public: false,
38
- },
39
- notificationtenant: {
40
- defaultValue: "rvf",
41
- @@ -342,7 +342,7 @@ where:
42
- },
43
- stationid: {
44
- description: `An id or a short/long name of a station to show details of.`,
45
- - public: true,
46
- + public: false,
47
- },
48
- stopsurl: {
49
- defaultValue: "https://api.geops.io/stops/v1/",
50
- @@ -361,7 +361,7 @@ where:
51
- },
52
- trainid: {
53
- description: `An id of a route to highlight on the map and to show details of.`,
54
- - public: true,
55
- + public: false,
56
- },
57
- zoom: {
58
- description: "The zoom level of the map.",