@teeechina/teee-map 0.0.12 → 0.0.13

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/index.d.ts CHANGED
@@ -416,7 +416,8 @@ export declare class TeeeMap {
416
416
  getMap(): MaplibreMap;
417
417
  getMapConfigs(): MapForgeConfig;
418
418
  getFeatureState(code: string | number): Record<string, unknown> | undefined;
419
- locateGeojsonFeature(data: GeoJSON.FeatureCollection): void;
419
+ locateGeojsonFeature(data: GeoJSON.FeatureCollection, transform?: boolean): void;
420
+ getTrackCircuitFeaturesByCodes(circuitCodes: string[]): GeoJSONFeature;
420
421
 
421
422
  // 信号解析与模拟
422
423
  interLockVisualization?: InterLockVisualization;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teeechina/teee-map",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "main": "dist/teee-map.umd.js",
6
6
  "module": "dist/teee-map.mjs",