From a11a3c4b8ce899c398408ee469d16ac1ad762ed2 Mon Sep 17 00:00:00 2001 From: gluap Date: Mon, 25 Jul 2022 18:02:09 +0200 Subject: [PATCH] make color change active --- frontend/src/mapstyles/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/mapstyles/index.js b/frontend/src/mapstyles/index.js index 5d90dc0..e82106b 100644 --- a/frontend/src/mapstyles/index.js +++ b/frontend/src/mapstyles/index.js @@ -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" ] }