jmapcloud-ng-core-types 1.0.16 → 1.0.17

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/core.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/public/core.d.ts CHANGED
@@ -8931,7 +8931,7 @@ declare namespace JMap {
8931
8931
  /**
8932
8932
  * ***JMap.Event.Map.on.mapLoad***
8933
8933
  *
8934
- * This event is triggered when a layer is deleted.
8934
+ * This event is triggered when the map is created and ready.
8935
8935
  *
8936
8936
  * @param listenerId Your listener id (must be unique for all map events)
8937
8937
  * @param fn Your listener function