From a2c92765dd13c5522f5681d2ff2f615e797b5b13 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 24 May 2025 02:05:39 +0200 Subject: [PATCH] Themes(rolling_stock): more questions --- .../historic_rolling_stock.json | 17 ++++++++++++++++- .../historic_rolling_stock.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/assets/layers/historic_rolling_stock/historic_rolling_stock.json b/assets/layers/historic_rolling_stock/historic_rolling_stock.json index fdbf4f60b..37f5d8fa6 100644 --- a/assets/layers/historic_rolling_stock/historic_rolling_stock.json +++ b/assets/layers/historic_rolling_stock/historic_rolling_stock.json @@ -103,7 +103,8 @@ ] } } - ] + ], + "anchor": "bottom" } ], "lineRendering": [ @@ -149,6 +150,20 @@ ], "tagRenderings": [ "images", + "wikipedia", + { + "id": "model", + "question": { + "en": "What is the model of this rolling stock?" + }, + "render": { + "en": "Model {model}" + }, + "freeform": { + "key": "model" + }, + "condition": "model:wikidata=" + }, { "id": "is_memorial", "question": { diff --git a/assets/themes/historic_rolling_stock/historic_rolling_stock.json b/assets/themes/historic_rolling_stock/historic_rolling_stock.json index 8af8708a3..600885db4 100644 --- a/assets/themes/historic_rolling_stock/historic_rolling_stock.json +++ b/assets/themes/historic_rolling_stock/historic_rolling_stock.json @@ -6,7 +6,7 @@ "description": { "en": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial." }, - "icon": "./assets/layers/historic_rolling_stock/historic_rolling_stock.svg", + "icon": "./assets/layers/historic_rolling_stock/steam_locomotive.svg", "layers": [ "historic_rolling_stock" ]