jmapserver-ng-core-types 2.2.2 → 2.2.3
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/core.d.ts +1 -1
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
|