jmapcloud-ng-core-types 1.0.20 → 1.0.21
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/map.d.ts +1 -1
package/package.json
CHANGED
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>
|