From d9d6e96fed90026aa40eef61c008226c6ffc1eed Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 18 Feb 2022 23:12:46 +0100 Subject: [PATCH] Extract images from crossings.json --- assets/layers/crossings/crossings.json | 24 ++++++++++++++++-------- langs/layers/de.json | 4 ++-- langs/layers/en.json | 4 ++-- langs/layers/nl.json | 4 ++-- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/assets/layers/crossings/crossings.json b/assets/layers/crossings/crossings.json index 2c1fb4b6a..dd6a4f7b5 100644 --- a/assets/layers/crossings/crossings.json +++ b/assets/layers/crossings/crossings.json @@ -306,11 +306,15 @@ { "if": "red_turn:right:bicycle=yes", "then": { - "en": "A cyclist can turn right if the light is red ", - "nl": "Een fietser mag wel rechtsaf slaan als het licht rood is ", - "de": "Ein Radfahrer kann bei roter Ampel rechts abbiegen " + "en": "A cyclist can turn right if the light is red", + "nl": "Een fietser mag wel rechtsaf slaan als het licht rood is", + "de": "Ein Radfahrer kann bei roter Ampel rechts abbiegen" }, - "hideInAnswer": "_country!=be" + "hideInAnswer": "_country!=be", + "icon": { + "path": "./assets/layers/crossings/Belgian_road_sign_B22.svg", + "class": "medium" + } }, { "if": "red_turn:right:bicycle=yes", @@ -343,11 +347,15 @@ { "if": "red_turn:straight:bicycle=yes", "then": { - "en": "A cyclist can go straight on if the light is red ", - "nl": "Een fietser mag wel rechtdoor gaan als het licht rood is ", - "de": "Ein Radfahrer kann bei roter Ampel geradeaus fahren " + "en": "A cyclist can go straight on if the light is red", + "nl": "Een fietser mag wel rechtdoor gaan als het licht rood is", + "de": "Ein Radfahrer kann bei roter Ampel geradeaus fahren" }, - "hideInAnswer": "_country!=be" + "hideInAnswer": "_country!=be", + "icon": { + "path": "./assets/layers/crossings/Belgian_road_sign_B23.svg", + "class": "medium" + } }, { "if": "red_turn:straight:bicycle=yes", diff --git a/langs/layers/de.json b/langs/layers/de.json index 38e3accf2..e3182578f 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -1242,7 +1242,7 @@ "crossing-continue-through-red": { "mappings": { "0": { - "then": "Ein Radfahrer kann bei roter Ampel geradeaus fahren " + "then": "Ein Radfahrer kann bei roter Ampel geradeaus fahren" }, "1": { "then": "Ein Radfahrer kann bei roter Ampel geradeaus fahren" @@ -1278,7 +1278,7 @@ "crossing-right-turn-through-red": { "mappings": { "0": { - "then": "Ein Radfahrer kann bei roter Ampel rechts abbiegen " + "then": "Ein Radfahrer kann bei roter Ampel rechts abbiegen" }, "1": { "then": "Ein Radfahrer kann bei roter Ampel rechts abbiegen" diff --git a/langs/layers/en.json b/langs/layers/en.json index 1fbb0a54e..e7b8d1d14 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -2305,7 +2305,7 @@ "crossing-continue-through-red": { "mappings": { "0": { - "then": "A cyclist can go straight on if the light is red " + "then": "A cyclist can go straight on if the light is red" }, "1": { "then": "A cyclist can go straight on if the light is red" @@ -2341,7 +2341,7 @@ "crossing-right-turn-through-red": { "mappings": { "0": { - "then": "A cyclist can turn right if the light is red " + "then": "A cyclist can turn right if the light is red" }, "1": { "then": "A cyclist can turn right if the light is red" diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 4ec425d43..7c2c17a36 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -2321,7 +2321,7 @@ "crossing-continue-through-red": { "mappings": { "0": { - "then": "Een fietser mag wel rechtdoor gaan als het licht rood is " + "then": "Een fietser mag wel rechtdoor gaan als het licht rood is" }, "1": { "then": "Een fietser mag wel rechtdoor gaan als het licht rood is" @@ -2357,7 +2357,7 @@ "crossing-right-turn-through-red": { "mappings": { "0": { - "then": "Een fietser mag wel rechtsaf slaan als het licht rood is " + "then": "Een fietser mag wel rechtsaf slaan als het licht rood is" }, "1": { "then": "Een fietser mag wel rechtsaf slaan als het licht rood is"