make color change active

This commit is contained in:
gluap 2022-07-25 18:02:09 +02:00
parent f36e38b10b
commit a11a3c4b8c

View file

@ -52,8 +52,8 @@ var steps = {'rural': [1.6,1.8,2.0,2.2],
export function borderByZone() {
return ["match", ['get', 'zone'],
"rural", "brown",
"urban", "olive",
"rural", "cyan",
"urban", "blue",
"purple"
]
}