From 9b3f59ebe897d76b3a6108781e232d6e3967ca0f Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 10 五月 2022 14:54:23 +0800 Subject: [PATCH] 四色图 --- public/data/plots_namisuo.geojson | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/data/plots_namisuo.geojson b/public/data/plots_namisuo.geojson index 9a882b5..a19bf6e 100644 --- a/public/data/plots_namisuo.geojson +++ b/public/data/plots_namisuo.geojson @@ -8,7 +8,7 @@ "style": { "text": "F号楼", "clampToGround": true }, "attr": { "name": "F号楼", - "id": "1" + "id": "cabe679c-373b-4890-ae0c-7a7061f89dfd" } }, "geometry": { @@ -57,7 +57,7 @@ "type": "Feature", "properties": { "type": "polygon", - "style": { "text": "E号楼", "clampToGround": true }, + "style": { "text": "E号楼", "clampToGround": true, "color": "#ff0000" }, "attr": { "name": "E号楼", "id": "7a3094db-d227-4b3f-bf35-1ce64c365e42" -- Gitblit v1.9.2