From d326facf395e6356e22f30f8807f0693b0b0e64f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 26 Sep 2021 18:21:22 +0200 Subject: [PATCH] Add some more ids, remove bike monitoring stations theme and layer --- .../bicycle_library/bicycle_library.json | 1 + .../bicycle_tube_vending_machine.json | 2 + assets/layers/bike_cafe/bike_cafe.json | 3 + .../bike_monitoring_station.json | 85 ----------------- .../bike_monitoring_station/license_info.json | 12 --- .../monitoring_station.svg | 95 ------------------- .../bike_monitoring_stations.json | 57 ----------- 7 files changed, 6 insertions(+), 249 deletions(-) delete mode 100644 assets/layers/bike_monitoring_station/bike_monitoring_station.json delete mode 100644 assets/layers/bike_monitoring_station/license_info.json delete mode 100644 assets/layers/bike_monitoring_station/monitoring_station.svg delete mode 100644 assets/themes/bike_monitoring_station/bike_monitoring_stations.json diff --git a/assets/layers/bicycle_library/bicycle_library.json b/assets/layers/bicycle_library/bicycle_library.json index ac01b7ee21..21e478e7b5 100644 --- a/assets/layers/bicycle_library/bicycle_library.json +++ b/assets/layers/bicycle_library/bicycle_library.json @@ -160,6 +160,7 @@ "id": "bicycle_library-charge" }, { + "id": "bicycle-library-target-group", "question": { "en": "Who can lend bicycles here?", "nl": "Voor wie worden hier fietsen aangeboden?", diff --git a/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json b/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json index 2f2f97f4e4..665a759427 100644 --- a/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json +++ b/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json @@ -165,6 +165,7 @@ "id": "bicycle_tube_vending_machine-charge" }, { + "id": "vending-machine-payment-methods", "question": "How can one pay at this tube vending machine?", "mappings": [ { @@ -223,6 +224,7 @@ "id": "bicycle_tube_vending_machine-operator" }, { + "id": "bicycle_tube_vending_maching-other-items", "question": "Are other bicycle bicycle accessories sold here?", "mappings": [ { diff --git a/assets/layers/bike_cafe/bike_cafe.json b/assets/layers/bike_cafe/bike_cafe.json index c4b2822c46..3619c70689 100644 --- a/assets/layers/bike_cafe/bike_cafe.json +++ b/assets/layers/bike_cafe/bike_cafe.json @@ -101,6 +101,7 @@ "id": "bike_cafe-name" }, { + "id": "bike_cafe-bike-pump", "question": { "en": "Does this bike cafe offer a bike pump for use by anyone?", "nl": "Biedt dit fietscafé een fietspomp aan voor iedereen?", @@ -144,6 +145,7 @@ ] }, { + "id": "bike_cafe-repair-tools", "question": { "en": "Are there tools here to repair your own bike?", "nl": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?", @@ -190,6 +192,7 @@ ] }, { + "id": "bike_cafe-repair-service", "question": { "en": "Does this bike cafe repair bikes?", "nl": "Herstelt dit fietscafé fietsen?", diff --git a/assets/layers/bike_monitoring_station/bike_monitoring_station.json b/assets/layers/bike_monitoring_station/bike_monitoring_station.json deleted file mode 100644 index a20942f964..0000000000 --- a/assets/layers/bike_monitoring_station/bike_monitoring_station.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "id": "bike_monitoring_station", - "name": { - "en": "Monitoring stations", - "nl": "Telstation", - "fr": "Stations de contrôle", - "it": "Stazioni di monitoraggio", - "zh_Hant": "監視站", - "ru": "Станции мониторинга", - "pt_BR": "Estações de monitoramento" - }, - "minzoom": 12, - "source": { - "osmTags": { - "and": [ - "man_made=monitoring_station", - "monitoring:bicycle=yes" - ] - } - }, - "title": { - "render": { - "nl": "Fietstelstation", - "en": "Bicycle counting station", - "fr": "Station de comptage de vélo", - "it": "Contabiciclette", - "de": "Fahrradzählstation", - "zh_Hant": "單車計數站", - "pt_BR": "Estação de contagem de bicicletas" - }, - "mappings": [ - { - "if": "name~*", - "then": { - "en": "Bicycle counting station {name}", - "nl": "Fietstelstation {name}", - "fr": "Station de comptage de vélo {name}", - "it": "Contabiciclette {name}", - "de": "Fahrradzählstation {name}", - "zh_Hant": "單車計數站 {name}", - "pl": "Stacja liczenia rowerów {name}", - "pt_BR": "Estação de contagem de bicicletas {name}" - } - }, - { - "if": "ref~*", - "then": { - "en": "Bicycle counting station {ref}", - "nl": "Fietstelstation {ref}", - "fr": "Station de comptage de vélo {ref}", - "it": "Contabiciclette {ref}", - "de": "Fahrradzählstation {ref}", - "zh_Hant": "單車計數站 {ref}", - "pl": "Stacja liczenia rowerów {ref}", - "pt_BR": "Estação de contagem de bicicletas {ref}" - } - } - ] - }, - "tagRenderings": [ - "images", - { - "render": "{live({url},{url:format},hour)} cyclists last hour
{live({url},{url:format},day)} cyclists today
{live({url},{url:format},year)} cyclists this year
", - "condition": { - "and": [ - "url~*", - "url:format~*" - ] - } - } - ], - "icon": { - "render": "./assets/layers/bike_monitoring_station/monitoring_station.svg" - }, - "width": { - "render": "8" - }, - "iconSize": { - "render": "40,40,center" - }, - "color": { - "render": "#00f" - }, - "presets": [] -} \ No newline at end of file diff --git a/assets/layers/bike_monitoring_station/license_info.json b/assets/layers/bike_monitoring_station/license_info.json deleted file mode 100644 index 45abb1c69b..0000000000 --- a/assets/layers/bike_monitoring_station/license_info.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "path": "monitoring_station.svg", - "license": "CC-BY-SA 3.0", - "authors": [ - "Fabián Alexis" - ], - "sources": [ - "https://commons.wikimedia.org/wiki/File:Antu_chronometer-reset.svg" - ] - } -] \ No newline at end of file diff --git a/assets/layers/bike_monitoring_station/monitoring_station.svg b/assets/layers/bike_monitoring_station/monitoring_station.svg deleted file mode 100644 index a780b4ea8f..0000000000 --- a/assets/layers/bike_monitoring_station/monitoring_station.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/themes/bike_monitoring_station/bike_monitoring_stations.json b/assets/themes/bike_monitoring_station/bike_monitoring_stations.json deleted file mode 100644 index 5703e2ed50..0000000000 --- a/assets/themes/bike_monitoring_station/bike_monitoring_stations.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "id": "bike_monitoring_stations", - "title": { - "en": "Bike Monitoring stations", - "nl": "Fietstelstations", - "it": "Stazioni di monitoraggio biciclette", - "ru": "Станции мониторинга велосипедов", - "ja": "自転車監視ステーション", - "zh_Hant": "自行車監視站", - "fr": "Station de comptage vélo", - "pt_BR": "Estações de monitoramento de bicicletas" - }, - "shortDescription": { - "en": "Bike monitoring stations with live data from Brussels Mobility", - "nl": "Fietstelstations met live data van Brussel Mobiliteit", - "it": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility", - "ru": "Станции мониторинга велосипедов с оперативными данными от Brussels Mobility", - "ja": "Brussels Mobilityのライブデータを使用した自転車モニタリングステーション", - "zh_Hant": "布魯塞爾車行資料的即時單車監視站資料", - "fr": "Station de comptage vélo avec données en temps réel par Bruxelles Mobilités", - "pt_BR": "Estações de monitoramento de bicicletas com dados ao vivo da Mobilidade de Bruxelas" - }, - "description": { - "en": "This theme shows bike monitoring stations with live data", - "nl": "Dit thema toont fietstelstations met live data", - "it": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo", - "ru": "В этой теме показаны станции мониторинга велосипедов с данными в реальном времени", - "ja": "このテーマでは、ライブデータのある自転車監視ステーションを示します", - "zh_Hant": "這個主題顯示單車監視站的即時資料", - "fr": "Ce thème montre les données des compteurs en temps réel", - "pt_BR": "Este tema mostra as estações de monitoramento de bicicletas com dados ao vivo" - }, - "language": [ - "en", - "nl", - "it", - "ru", - "ja", - "zh_Hant", - "fr", - "pt_BR" - ], - "hideFromOverview": true, - "maintainer": "", - "icon": "./assets/layers/bike_monitoring_station/monitoring_station.svg", - "version": "0", - "startLat": 50.8435, - "startLon": 4.3688, - "startZoom": 14, - "widenFactor": 0.05, - "socialImage": "", - "layers": [ - "bike_monitoring_station" - ], - "roamingRenderings": [], - "defaultBackgroundId": "Stadia.AlidadeSmoothDark" -} \ No newline at end of file