@itwin/map-layers-formats 4.10.0-dev.31 → 4.10.0-dev.32

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.
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureInfoReader.d.ts","sourceRoot":"","sources":["../../../src/Feature/FeatureInfoReader.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEtE;;GAEG;AACH,8BAAsB,iBAAiB;IAG9B,cAAc,EAAE,MAAM,GAAC,SAAS,CAAC;IAIjC,0BAA0B,UAAS;IAE1C,SAAS,CAAC,qBAAqB,UAAW,MAAM,YAE9C;IAEF,SAAS,CAAC,eAAe,aAAc,iBAAiB,SAAS,WAAW,KAAK,GAAC,SAAS,YASzF;CAEH"}
1
+ {"version":3,"file":"FeatureInfoReader.d.ts","sourceRoot":"","sources":["../../../src/Feature/FeatureInfoReader.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEtE;;GAEG;AACH,8BAAsB,iBAAiB;IAG9B,cAAc,EAAE,MAAM,GAAC,SAAS,CAAC;IAIjC,0BAA0B,UAAS;IAE1C,SAAS,CAAC,qBAAqB,UAAW,MAAM,YAE9C;IAEF,SAAS,CAAC,eAAe,aAAc,iBAAiB,SAAS,UAAU,CAAC,KAAK,GAAC,SAAS,YASzF;CAEH"}
@@ -11,8 +11,8 @@ export interface MultiPath {
11
11
  }
12
12
  /** @internal */
13
13
  export declare class GeoJSONGeometryUtils {
14
- static isRingOrPath(geom: GeoJson.Geometry): boolean;
15
- static isFilled(geom: GeoJson.Geometry): boolean;
16
- static isPoint(geom: GeoJson.Geometry): boolean;
14
+ static isRingOrPath(geom: GeoJson.Geometry): geom is GeoJson.LineString | GeoJson.MultiLineString | GeoJson.Polygon | GeoJson.MultiPolygon;
15
+ static isFilled(geom: GeoJson.Geometry): geom is GeoJson.Polygon | GeoJson.MultiPolygon;
16
+ static isPoint(geom: GeoJson.Geometry): geom is GeoJson.Point | GeoJson.MultiPoint;
17
17
  }
18
18
  //# sourceMappingURL=GeoJSONGeometry.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "4.10.0-dev.31",
3
+ "version": "4.10.0-dev.32",
4
4
  "description": "Enables additional map-layers formats in iTwin.js",
5
5
  "main": "lib/cjs/map-layers-formats.js",
6
6
  "module": "lib/esm/map-layers-formats.js",
@@ -44,21 +44,21 @@
44
44
  "sinon-chai": "^3.7.0",
45
45
  "source-map-support": "^0.5.6",
46
46
  "typemoq": "^2.1.0",
47
- "typescript": "~5.3.3",
47
+ "typescript": "~5.6.2",
48
48
  "fetch-mock": "~11.1.3",
49
- "@itwin/build-tools": "4.10.0-dev.31",
50
- "@itwin/core-geometry": "4.10.0-dev.31",
51
- "@itwin/core-bentley": "4.10.0-dev.31",
52
- "@itwin/appui-abstract": "4.10.0-dev.31",
53
- "@itwin/core-common": "4.10.0-dev.31",
54
- "@itwin/core-frontend": "4.10.0-dev.31"
49
+ "@itwin/appui-abstract": "4.10.0-dev.32",
50
+ "@itwin/core-bentley": "4.10.0-dev.32",
51
+ "@itwin/build-tools": "4.10.0-dev.32",
52
+ "@itwin/core-common": "4.10.0-dev.32",
53
+ "@itwin/core-geometry": "4.10.0-dev.32",
54
+ "@itwin/core-frontend": "4.10.0-dev.32"
55
55
  },
56
56
  "peerDependencies": {
57
- "@itwin/appui-abstract": "4.10.0-dev.31",
58
- "@itwin/core-common": "4.10.0-dev.31",
59
- "@itwin/core-geometry": "4.10.0-dev.31",
60
- "@itwin/core-bentley": "4.10.0-dev.31",
61
- "@itwin/core-frontend": "4.10.0-dev.31"
57
+ "@itwin/appui-abstract": "4.10.0-dev.32",
58
+ "@itwin/core-bentley": "4.10.0-dev.32",
59
+ "@itwin/core-common": "4.10.0-dev.32",
60
+ "@itwin/core-frontend": "4.10.0-dev.32",
61
+ "@itwin/core-geometry": "4.10.0-dev.32"
62
62
  },
63
63
  "dependencies": {
64
64
  "google-protobuf": "~3.20.1",