@teeechina/teee-map 0.0.13 → 0.0.15

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