mirage2d 1.2.51 → 1.2.52

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.
@@ -94,10 +94,10 @@ export declare class baseGraphicLayer extends baseLayer {
94
94
  */
95
95
  addGeoJson(classname: string, GeoJson: any): void;
96
96
  /**
97
- * : 添加GeoJSON数据,需要数据库样式匹配
98
- * @param {string} classname 图层编号
99
- * @param {any} GeoJson 标准GeoJson格式
100
- */
97
+ * : 添加GeoJSON数据,需要数据库样式匹配
98
+ * @param {string} classname 图层编号
99
+ * @param {any} GeoJson 标准GeoJson格式
100
+ */
101
101
  addGeoJson3857(classname: string, GeoJson: any): void;
102
102
  /**
103
103
  * : 添加GeoJSON数据,多边形将转为点格式