重命名 docker compose 文件
This commit is contained in:
@@ -209,7 +209,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
|
|||||||
// 历史查询模式:支持同类型多选
|
// 历史查询模式:支持同类型多选
|
||||||
const featureId = feature.getProperties().id;
|
const featureId = feature.getProperties().id;
|
||||||
const layerId = feature.getId()?.toString().split(".")[0] || "";
|
const layerId = feature.getId()?.toString().split(".")[0] || "";
|
||||||
|
console.log("点击选择要素", feature, "图层:", layerId);
|
||||||
// 简单的类型检查函数
|
// 简单的类型检查函数
|
||||||
const getBaseType = (lid: string) => {
|
const getBaseType = (lid: string) => {
|
||||||
if (lid.includes("pipe")) return "pipe";
|
if (lid.includes("pipe")) return "pipe";
|
||||||
|
|||||||
Reference in New Issue
Block a user