From 10e0e277787f95e4da8b075edd308300dd6b0256 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 8 Jul 2023 02:56:08 +0200 Subject: [PATCH] Themes: add extra questions to 'map' layer based on custom theme --- assets/layers/map/map.json | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/assets/layers/map/map.json b/assets/layers/map/map.json index 149014f17e..d27a1e9fbc 100644 --- a/assets/layers/map/map.json +++ b/assets/layers/map/map.json @@ -43,6 +43,81 @@ }, "tagRenderings": [ "images", + { + "id": "map_type", + "question": { + "en": "What type of map is shown?", + "de": "Was für eine Karte ist das?" + }, + "mappings": [ + { + "if": "map_type=topo", + "then": { + "en": "Topographical map

The map contains contour lines.

" + } + }, + { + "if": "map_type=street", + "then": { + "en": "A map with all streets or ways of an area.

The streets are mostly named; the angles, distances etc. are accurate

" + } + }, + { + "if": "map_type=scheme", + "then": { + "en": "This is a schematic map.

A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.

" + } + }, + { + "if": "map_type=toposcope", + "then": { + "en": "This is a toposcope.

A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point

" + } + } + ] + }, + { + "id": "map_size", + "question": { + "en": "What is the size of the shown area on the map?", + "de": "Was wird von der Fläche abgedeckt?" + }, + "mappings": [ + { + "if": "map_size=building", + "then": { + "en": "A map of the romms within a building" + } + }, + { + "if": "map_size=site", + "then": { + "en": "A map of special site, like of a historical castle, a park, a campus, a forest, ....", + "de": "Örtlichkeit (z.B. Burg)" + } + }, + { + "if": "map_size=village", + "then": { + "en": "A map showing the village or town" + } + }, + { + "if": "map_size=city", + "then": { + "en": " A map of a city.", + "de": "Stadt" + } + }, + { + "if": "map_size=region", + "then": { + "en": "The map of an entire region, showing multiple cities and villages", + "de": "Region" + } + } + ] + }, { "labels": [ "map"