|
@@ -6,7 +6,7 @@ import { STextItem } from '@saga-web/graph/lib';
|
|
|
import { hexify } from "@/components/mapClass/until"
|
|
|
import { SItemStatus, ItemOrder, SPolygonItem } from '@saga-web/big/lib';
|
|
|
/**
|
|
|
- *图例节点Item(区域类型 --防火分区)
|
|
|
+ * 图例节点Item(区域类型 --防火分区)
|
|
|
*
|
|
|
* * @author 张宇(taohuzy@163.com)
|
|
|
*/
|
|
@@ -251,4 +251,4 @@ export class SFHFQZoneLegendItem extends SPolygonItem {
|
|
|
super.onDraw(painter);
|
|
|
}
|
|
|
}
|
|
|
-} // Class SZoneLegendItem
|
|
|
+} // Class SFHFQZoneLegendItem
|