attr ZONING_1 = "01"
Lot -->
case ZONING_1 == "RURAL" :
color ("#56,193,55")
Shape01.
case ZONING_1 == "MIXED ECONOMIC DEVELOPMENT" :
color ("#205,235,241")
Shape02.
else : NIL
Shape03.
This is my code right now, no errors so that's good. Problem is, nothing is changing colors, I tried extrusions and nothing came up. So there must be something wrong with mmy " ZONING_1 " reference. IDK if anyone can help here. My rule paremeters shows ZONING_1 so it be referrring to the rule, but there's no "value" listed, it's just an empty box to type in. I'm confused.
Thanks to anyone that can help.