jmapcloud-ng-core-types 1.0.21 → 1.0.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -460,6 +460,16 @@ declare interface JLayerStyleScaled {
460
460
  styleId: string
461
461
  minimumZoom: number
462
462
  maximumZoom: number
463
+ /**
464
+ * @deprecated
465
+ * this property will be removed in early 2025
466
+ */
467
+ minimumVisibleZoom?: number
468
+ /**
469
+ * @deprecated
470
+ * this property will be removed in early 2025
471
+ */
472
+ maximumVisibleZoom?: number
463
473
  }
464
474
 
465
475
  declare interface JLayerStyleSample {
@@ -8,7 +8,6 @@ declare interface JMapMouseOver {
8
8
 
9
9
  declare interface JMouseOverContent {
10
10
  html: string
11
- pendingPhotoFeatureIdsByLayerId: { [key in JId]: JId[] }
12
11
  pendingLineLengthFeatureIdsByLayerId: { [key in JId]: JId[] }
13
12
  pendingPolygonAreaFeatureIdsByLayerId: { [key in JId]: JId[] }
14
13
  pendingCentroidFeatureIdsByLayerId: { [key in JId]: JId[] }