Skip to content

Commit 9ea7db0

Browse files
authored
fix: update time slider to 1.8.4 (#1513)
Picks up opengeos/maplibre-gl-time-slider#41, which replaces the tick labeling threshold bands with a single span-driven ladder. Ranges that fell between the old bands under-labeled badly: a 31-step daily range collapsed to one bare year label over an otherwise empty track, and a 13-to-24 month range showed only its year boundaries. Range declared in both manifests that list the package, so the workspace resolves a single copy.
1 parent 13c0631 commit 9ea7db0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/geolibre-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"maplibre-gl-splat": "^0.2.8",
8282
"maplibre-gl-streetview": "^0.7.0",
8383
"maplibre-gl-swipe": "^0.11.1",
84-
"maplibre-gl-time-slider": "^1.8.3",
84+
"maplibre-gl-time-slider": "^1.8.4",
8585
"maplibre-gl-usgs-lidar": "^0.11.1",
8686
"maplibre-gl-vector": "^0.10.2",
8787
"openai": "^7.0.0",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"maplibre-gl-splat": "^0.2.8",
5858
"maplibre-gl-streetview": "^0.7.0",
5959
"maplibre-gl-swipe": "^0.11.1",
60-
"maplibre-gl-time-slider": "^1.8.3",
60+
"maplibre-gl-time-slider": "^1.8.4",
6161
"maplibre-gl-usgs-lidar": "^0.11.1",
6262
"maplibre-gl-vector": "^0.10.2",
6363
"netcdfjs": "^4.0.0",

0 commit comments

Comments
 (0)