Lot --> extrude(10) color(#"ff0000")
hi Jose,is your attribute actually pointing to the right source ?does it say in the Inspector :ZONING_1 "" (Rule) ?if this is the case, you have to point the value to the object attr instead of using the rule value.use the connection editor button in the Inspector (white rectangle with black triangle) and connect to the object attr.let me know ..
Here is my codeattr zoning = case zoning == "01" : color (#f26522) case zoning == "02" : color (#f30034) else : The else is throwing an exception, what am I missing? Thanks for your help.
attr zoning = "" # this is a string definition
attr zoning = "" Lot --> case zoning == "01" : color(1,0,0) Shape01. case zoning == "02" : color(0,1,0) Shape02. else : color(0,0,1) Shape03.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.