jmapserver-ng-core-types 2.2.3 → 2.2.4
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/index.ts +1 -0
- package/package.json +1 -1
- package/public/jmap/map.d.ts +1 -1
package/index.ts
CHANGED
|
@@ -469,6 +469,7 @@ export interface JMapState {
|
|
|
469
469
|
boundaryBox: JBoundaryBox
|
|
470
470
|
activeBasemapId: string | undefined
|
|
471
471
|
basemaps: JBasemap[]
|
|
472
|
+
basemapsAreInitialized: boolean
|
|
472
473
|
selection: JMapSelection
|
|
473
474
|
jmapLayerIdsSupportedByMaplibre: JId[]
|
|
474
475
|
scaleControlPosition: JMAP_POSITIONS
|
package/package.json
CHANGED
package/public/jmap/map.d.ts
CHANGED
|
@@ -549,7 +549,7 @@ declare interface JCoreMapOptions {
|
|
|
549
549
|
zoom?: number
|
|
550
550
|
|
|
551
551
|
/**
|
|
552
|
-
* The map will zoom and pan to fit exactly the extent
|
|
552
|
+
* 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:
|
|
553
553
|
*
|
|
554
554
|
* ```html
|
|
555
555
|
* <html>
|