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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core-types",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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>