jmapserver-ng-core-types 2.2.2 → 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/core.d.ts +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/core.d.ts
CHANGED
|
@@ -8429,7 +8429,7 @@ declare namespace JMap {
|
|
|
8429
8429
|
/**
|
|
8430
8430
|
* ***JMap.Event.Map.on.mapLoad***
|
|
8431
8431
|
*
|
|
8432
|
-
* This event is triggered when
|
|
8432
|
+
* This event is triggered when the map is created and ready.
|
|
8433
8433
|
*
|
|
8434
8434
|
* @param listenerId Your listener id (must be unique for all map events)
|
|
8435
8435
|
* @param fn Your listener function
|
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>
|