From d263d3b2f7b7383ed56ccafa004b848d28f2429d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 27 Oct 2020 14:14:46 +0100 Subject: [PATCH] Move bikeshops before pumps, pumps shadow bikeshops in some cases --- assets/themes/cyclofix/cyclofix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index c28aec3..45322bc 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -25,6 +25,6 @@ "startZoom": 16, "widenFactor": 0.05, "socialImage": "./assets/themes/cyclofix/logo.svg", - "layers": ["bike_repair_station", "bike_cafes", "bike_shops", "drinking_water", "bike_parking","bike_themed_object"], + "layers": ["bike_cafes", "bike_shops", "bike_repair_station", "drinking_water", "bike_parking","bike_themed_object"], "roamingRenderings": [] } \ No newline at end of file