Skip to content

Commit e6b3949

Browse files
authored
Enable USGS LiDAR clip pipeline export (#2022)
* Enable USGS LiDAR clip pipeline export * Use direct COPC clip downloads * Keep clipped COPC downloads in GeoLibre
1 parent 124de9f commit e6b3949

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/geolibre-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"maplibre-gl-streetview": "^0.7.0",
9494
"maplibre-gl-swipe": "^0.11.2",
9595
"maplibre-gl-time-slider": "^1.8.4",
96-
"maplibre-gl-usgs-lidar": "^0.11.1",
96+
"maplibre-gl-usgs-lidar": "^0.11.5",
9797
"maplibre-gl-vector": "^0.10.12",
9898
"openai": "^7.3.0",
9999
"qrcode.react": "^4.2.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
@@ -67,7 +67,7 @@
6767
"maplibre-gl-streetview": "^0.7.0",
6868
"maplibre-gl-swipe": "^0.11.2",
6969
"maplibre-gl-time-slider": "^1.8.4",
70-
"maplibre-gl-usgs-lidar": "^0.11.1",
70+
"maplibre-gl-usgs-lidar": "^0.11.5",
7171
"maplibre-gl-vector": "^0.10.12",
7272
"netcdfjs": "^4.0.0",
7373
"ngeohash": "^0.6.4",

packages/plugins/src/plugins/maplibre-usgs-lidar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const mountUsgsLidarControl = (app: GeoLibreAppAPI): boolean => {
131131
export const maplibreUsgsLidarPlugin: GeoLibrePlugin = {
132132
id: "maplibre-gl-usgs-lidar",
133133
name: "USGS LiDAR",
134-
version: "0.11.1",
134+
version: "0.11.5",
135135
activate: (app: GeoLibreAppAPI) => {
136136
pluginActive = true;
137137

0 commit comments

Comments
 (0)