jmapcloud-ng-core-types 1.0.20 → 1.0.22

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.20",
3
+ "version": "1.0.22",
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 {
@@ -519,7 +519,7 @@ declare interface JCoreMapOptions {
519
519
  zoom?: number
520
520
 
521
521
  /**
522
- * The map will zoom and pan to fit exactly the extent :
522
+ * This option has precedence over ***{@link JCoreMapOptions.bearing}***, ***{@link JCoreMapOptions.zoom}***, and ***{@link JCoreMapOptions.center}*** startup options. The map will zoom and pan to fit exactly the extent:
523
523
  *
524
524
  * ```html
525
525
  * <html>