@geogirafe/lib-geoportal 1.0.2145473575 → 1.0.2149179221

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
@@ -5,7 +5,7 @@
5
5
  "name": "GeoGirafe PSC",
6
6
  "url": "https://doc.geomapfish.dev"
7
7
  },
8
- "version": "1.0.2145473575",
8
+ "version": "1.0.2149179221",
9
9
  "type": "module",
10
10
  "engines": {
11
11
  "node": ">=20.19.0"
@@ -1 +1 @@
1
- {"version":"1.0.2145473575", "build":"2145473575", "date":"07/11/2025"}
1
+ {"version":"1.0.2149179221", "build":"2149179221", "date":"10/11/2025"}
@@ -5,7 +5,6 @@ export default class GraphicalInterface {
5
5
  drawingPanelVisible: boolean;
6
6
  printPanelVisible: boolean;
7
7
  extLayerPanelVisible: boolean;
8
- lidarPanelVisible: boolean;
9
8
  crossSectionPanelVisible: boolean;
10
9
  editPanelVisible: boolean;
11
10
  sharePanelVisible: boolean;
@@ -5,7 +5,6 @@ export default class GraphicalInterface {
5
5
  drawingPanelVisible = false;
6
6
  printPanelVisible = false;
7
7
  extLayerPanelVisible = false;
8
- lidarPanelVisible = false;
9
8
  crossSectionPanelVisible = false;
10
9
  editPanelVisible = false;
11
10
  sharePanelVisible = false;