From 7e6b37afd1295c71bca1de595426330aff88420d Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 一月 2024 09:55:53 +0800 Subject: [PATCH] 代码提交 --- static/SmartEarthSDK/Workers/prop/property_prop.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/SmartEarthSDK/Workers/prop/property_prop.html b/static/SmartEarthSDK/Workers/prop/property_prop.html index 9024f89..2f6ce73 100644 --- a/static/SmartEarthSDK/Workers/prop/property_prop.html +++ b/static/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