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.
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.48",
3
+ "version": "1.0.49",
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
@@ -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.getByLayer("36885146-7eed-4071-9f86-8e29c505af91", {
469
+ * JMap.Feature.getByLayerId("36885146-7eed-4071-9f86-8e29c505af91", {
470
470
  * ne: {
471
471
  * x: -73.69935286533261,
472
472
  * y: 45.51487645603402