hi ,
nice to meet you ~
i need some help ~
nmly is shp builing height attribute
i made this grammer
with height attr , i would like to assign color
but this code is error
what problem ?
attr NMLY = 0
zoneColor =
case NMLY == "1" :
"#ff0000"
case NMLY == "2" :
"#00ff00"
else:
"#0000ff"
@StartRule
Lot -->
extrude(NMLY)
color (zoneColor)