You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ This release contains a large number of changes. It lists only the major changes
36
36
-`Capabilities`: Removed properties `serviceTypes`, `fileFormats` and `udfRuntimes`. These are not rendered any longer in the component and the corresponding components need to be rendered manually.
37
37
-`Collection`:
38
38
- Property renamed from `collectionData` to `collection`.
39
+
- Property `mapOptions.scrollWheelZoom` defaults to `false` instead of `true`.
39
40
- Leaflet and related dependencies don't need to be included explicitly in the HTML files.
40
41
- All slots have changed.
41
42
-`DeprecationNotice` and `ExperimentalNotice`: The texts have slightly changed so that the property `entity` is not required any longer.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Visualizes a single collection following the STAC-based collection description.
125
125
-`height` (string): Height of the map container div. Defaults to `"300px"`.
126
126
-`width` (string): Width of the map container div. Defaults to `"auto"`.
127
127
-`wrapAroundAntimeridian` (boolean): Whether the world map wraps around the antimeridian (defined the other way round it's also known as "noWrap"). Defaults to `false`.
128
-
-`scrollWheelZoom` (boolean): Whether zooming via the mouse scroll wheel is enabled (regardless of this setting, buttons for `+` and `-` are _always_ displayed). Defaults to `true`.
128
+
-`scrollWheelZoom` (boolean): Whether zooming via the mouse scroll wheel is enabled (regardless of this setting, buttons for `+` and `-` are _always_ displayed). Defaults to `false`.
129
129
-`onAfterMapInit` (function|null): Callback function with two parameters `map` (Leaflet Map) and `rectangles` (Bounding Boxes as Leaflet Rectangle or Leaflet Wrapped Polygon in a Leaflet FeatureGroup) that is called after the map has been initialized. Can be used to further customize the map behavior. Defaults to `null` (no callback).
130
130
131
131
**Slots:**
@@ -144,7 +144,7 @@ Shows an (expandable) list of all STAC-based collections available at a back-end
144
144
**Properties:**
145
145
146
146
-`collections` (array, required): An array of STAC-based collection objects as defined by the openEO API (`GET /collections`, property `collections`).
147
-
-`mapOptions` (object): See the corresponding prop in `Collection`. By default, `scrollWheelZoom` is set to `false`.
147
+
-`mapOptions` (object): See the corresponding prop in `Collection`.
148
148
-`searchTerm` (string|null): See the prop `externalSearchTerm` in `SearchableList`.
149
149
-`sort` (boolean): See the corresponding prop in `SearchableList`.
150
150
-`allowExpand` (string): See the corresponding prop in `SearchableList`.
0 commit comments