@teeechina/teee-map 0.0.30 → 0.0.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.
package/index.d.ts CHANGED
@@ -370,6 +370,8 @@ export declare class InterLockVisualization {
370
370
  /** 直接读取 MapLibre 图层 feature state 生成信号字符串并发送,不依赖缓存 */
371
371
  collectStateAndSend(): void;
372
372
 
373
+ collectState(): string[];
374
+
373
375
  /** @deprecated 请改用 handleSignalData */
374
376
  setInterlockData(protocol: InterlockProtocol): void;
375
377
 
@@ -451,10 +453,7 @@ export declare class TeeeMap {
451
453
  }[],
452
454
  ): Promise<void>;
453
455
  /** 创建 GeoJSON 站场地理图(加载高德影像底图 + 不转换3857坐标系) */
454
- createGeoJsonGeomStationMap(
455
- stationDatas: GeojsonStationDatas[],
456
- showImage?: boolean,
457
- ): Promise<void>;
456
+ createGeoJsonGeomStationMap(stationDatas: GeojsonStationDatas[], showImage?: boolean): Promise<void>;
458
457
  /** 创建geojson数据来源的站场区间平面地理图(加载高德影像底图 + 不转换3857坐标系) */
459
458
  createMixGeoJsonGeomMap(
460
459
  mapDatas: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teeechina/teee-map",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "",
5
5
  "main": "dist/teee-map.umd.js",
6
6
  "module": "dist/teee-map.mjs",