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 +1 -1
- package/public/jmap/layer.d.ts +10 -0
- package/public/jmap/map.d.ts +1 -1
package/package.json
CHANGED
package/public/jmap/layer.d.ts
CHANGED
|
@@ -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 {
|
package/public/jmap/map.d.ts
CHANGED
|
@@ -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>
|