From 04246f6093eaf12a2d7cfa74b229b67a567c6a78 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 10 十月 2023 10:03:09 +0800 Subject: [PATCH] 代码更新 --- public/SmartEarthSDK/Workers/prop/property_prop.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/SmartEarthSDK/Workers/prop/property_prop.html b/public/SmartEarthSDK/Workers/prop/property_prop.html index 9024f89..97acd0d 100644 --- a/public/SmartEarthSDK/Workers/prop/property_prop.html +++ b/public/SmartEarthSDK/Workers/prop/property_prop.html @@ -534,7 +534,7 @@ $('.attribute3dtitles input[name="text17"]').val(editGraphic.getProperty(obj[16])); break; case 'attributepolygon': - debugger + $('.attributepolygon input[name="text1"]').val(editGraphic["Angle"].getValue()); $('.attributepolygon input[name="text2"]').val(editGraphic["BSM"].getValue()); $('.attributepolygon input[name="text3"]').val(editGraphic["BlkColor"].getValue()); -- Gitblit v1.9.3