From 6bd669bdeb30046082197aaca6f4b706d3ff06d7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 25 Sep 2020 12:50:06 +0200 Subject: [PATCH 1/2] Add 'overtaking:motor_vehicle=no' to cyclestreet preset --- assets/themes/cyclestreets/cyclestreets.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/themes/cyclestreets/cyclestreets.json b/assets/themes/cyclestreets/cyclestreets.json index 2a78a12..813c979 100644 --- a/assets/themes/cyclestreets/cyclestreets.json +++ b/assets/themes/cyclestreets/cyclestreets.json @@ -30,6 +30,7 @@ "and": [ "cyclestreet=yes", "maxspeed=30", + "overtaking:motor_vehicle=no", "proposed:cyclestreet=" ] }, @@ -64,7 +65,8 @@ "if": { "and": [ "cyclestreet=", - "proposed:cyclestreet=" + "proposed:cyclestreet=", + "overtaking:motor_vehicle=" ] }, "then": { From 6353ef9e20301ffd5a0ffcb4a8ef6d401565846c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 25 Sep 2020 12:51:17 +0200 Subject: [PATCH 2/2] Version bump --- State.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/State.ts b/State.ts index 7574c98..49ace34 100644 --- a/State.ts +++ b/State.ts @@ -22,7 +22,7 @@ export class State { // The singleton of the global state public static state: State; - public static vNumber = "0.0.8d"; + public static vNumber = "0.0.8e"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = {