diff --git a/Models/Constants.ts b/Models/Constants.ts index 5df0bd92b..52df36f58 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.6.4a"; + public static vNumber = "0.6.4b"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/assets/themes/cyclestreets/cyclestreets.json b/assets/themes/cyclestreets/cyclestreets.json index fe7fd66d5..7409e1241 100644 --- a/assets/themes/cyclestreets/cyclestreets.json +++ b/assets/themes/cyclestreets/cyclestreets.json @@ -99,11 +99,19 @@ "source": { "osmTags": { "and": [ - "cyclestreet=yes", - "traffic_sign=" + "cyclestreet=yes" ] } }, + "isShown": { + "render": "yes", + "mappings": [ + { + "if": "id!~way/.*", + "then": "no" + } + ] + }, "description": { "nl": "Een fietsstraat is een straat waar gemotoriseerd verkeer een fietser niet mag inhalen." },