jmapcloud-ng-core-types 1.0.48 → 1.0.49
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
|
@@ -466,7 +466,7 @@ declare namespace JMap {
|
|
|
466
466
|
* @example
|
|
467
467
|
* ```ts
|
|
468
468
|
* // returns the feature of layer id="36885146-7eed-4071-9f86-8e29c505af91" and bbox
|
|
469
|
-
* JMap.Feature.
|
|
469
|
+
* JMap.Feature.getByLayerId("36885146-7eed-4071-9f86-8e29c505af91", {
|
|
470
470
|
* ne: {
|
|
471
471
|
* x: -73.69935286533261,
|
|
472
472
|
* y: 45.51487645603402
|