mapcomplete/assets/layers/map/map.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

380 lines
13 KiB
JSON
Raw Normal View History

2020-09-19 13:37:04 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "map",
"name": {
"en": "Maps",
"nl": "Kaarten",
"it": "Mappe",
"ru": "Карты",
"fr": "Cartes",
2022-04-13 18:42:40 +02:00
"de": "Karten",
2022-06-07 03:39:45 +02:00
"ca": "Mapes",
2022-11-02 13:47:34 +01:00
"es": "Mapas",
2023-09-16 18:52:42 +02:00
"pa_PK": "نقشے",
"pl": "Mapy"
2021-11-07 14:37:21 +01:00
},
"minzoom": 12,
"source": {
"osmTags": {
"or": [
"tourism=map",
"information=map"
]
}
},
"title": {
"render": {
"en": "Map",
"nl": "Kaart",
"it": "Mappa",
"ru": "Карта",
"fr": "Carte",
2022-04-13 18:42:40 +02:00
"de": "Karte",
2022-06-07 03:39:45 +02:00
"ca": "Mapa",
2022-11-02 13:47:34 +01:00
"es": "Mapa",
2023-09-16 18:52:42 +02:00
"pa_PK": "نقشہ",
"pl": "Mapa"
2021-11-07 14:37:21 +01:00
}
},
"description": {
"en": "A map, meant for tourists which is permanently installed in the public space",
"nl": "Een permantent geinstalleerde kaart",
"it": "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico",
"fr": "Une carte, destinée aux touristes, installée en permanence dans l'espace public",
2022-06-07 03:39:45 +02:00
"de": "Eine Karte, die für Touristen gedacht ist und dauerhaft im öffentlichen Raum aufgestellt ist",
2023-09-16 18:52:42 +02:00
"es": "Un mapa, pensado para turistas y que está instalado de manera permanente en un espacio público",
"pl": "Mapa, przeznaczona dla turystów, która jest zainstalowana w przestrzeni publicznej na stałe"
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [
"images",
{
"id": "map_type",
"question": {
"en": "What type of map is shown?",
2023-09-16 18:52:42 +02:00
"de": "Was für eine Karte ist das?",
"pl": "Jaki rodzaj mapy jest pokazany?"
},
"mappings": [
{
"if": "map_type=topo",
"then": {
2023-07-27 02:03:56 +02:00
"en": "Topographical map <p class='subtle'>The map contains contour lines. </p>",
"de": "Topographische Katte <p class='subtle'> Die Karte enthält Höhenlinien. </p>"
}
},
{
"if": "map_type=street",
"then": {
2023-07-27 02:03:56 +02:00
"en": "A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>",
2023-09-16 18:52:42 +02:00
"de": "Eine Karte mit allen Straßen und Wegen eines Gebietes. <p class='subtle'>Die Straßen sind meist benannt; die Winkel, die Entfernungen, etc. stimmen</p>",
"pl": "Mapa z wszystkimi ulicami i ścieżkami w danym obszarze. <p class='subtle'>Ulica w większości mają nazwy; kąty, odległości itp. są poprawne</p>"
}
},
{
"if": "map_type=scheme",
"then": {
2023-07-27 02:03:56 +02:00
"en": "This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> ",
2023-09-16 18:52:42 +02:00
"de": "Dies ist eine schematische Karte. <p class='subtle'>Eine skizzierte Karte mit nur wichtigen Wegen und POIs. Die Winkel, Entfernungen usw. sind lediglich illustrativ, nicht genau.</p> ",
"pl": "To jest mapa schematyczna. <p class='subtle'>Mapa-szkic z tylko ważnymi drogami i POI. Kąty, odległości itp. są tylko ilustratywne, niedokładne.</p> "
}
},
{
"if": "map_type=toposcope",
"then": {
2023-07-27 02:03:56 +02:00
"en": "This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>",
"de": "Dies ist ein Toposkop. <p class='subtle'>Eine Markierung, die an hohen Stellen angebracht ist und die Richtung zu wichtigen Landschaftsobjekten anzeigt, die von diesem Punkt aus gesehen werden können<p>"
}
}
]
},
{
"id": "map_size",
"question": {
"en": "What is the size of the shown area on the map?",
2023-09-16 18:52:42 +02:00
"de": "Was wird von der Fläche abgedeckt?",
"pl": "Jaki jest rozmiar obszaru pokazanego na tej mapie?"
},
"mappings": [
{
"if": "map_size=building",
"then": {
2023-07-27 02:03:56 +02:00
"en": "A map of the rooms within a building",
2023-09-16 18:52:42 +02:00
"de": "Eine Karte der Räume innerhalb eines Gebäudes",
"pl": "Plan pomieszczeń w budynku"
}
},
{
"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": {
2023-07-27 02:03:56 +02:00
"en": "A map showing the village or town",
2023-09-16 18:52:42 +02:00
"de": "Eine Karte, die das Dorf oder die Stadt anzeigt",
"pl": "Mapa pokazująca wieś lub niewielkie miasto"
}
},
{
"if": "map_size=city",
"then": {
"en": " A map of a city",
2023-09-16 18:52:42 +02:00
"de": "Stadt",
"pl": " Mapa miasta"
}
},
{
"if": "map_size=region",
"then": {
"en": "The map of an entire region, showing multiple cities and villages",
2023-09-16 18:52:42 +02:00
"de": "Region",
"pl": "Mapa całego regionu, pokazująca wiele miast i wsi"
}
}
]
},
2021-11-07 14:37:21 +01:00
{
2023-03-16 16:28:24 +01:00
"labels": [
"map"
],
2021-11-07 14:37:21 +01:00
"question": {
"en": "On which data is this map based?",
"nl": "Op welke data is deze kaart gebaseerd?",
"it": "Su quali dati si basa questa mappa?",
"fr": "Sur quelles données cette carte est-elle basée ?",
2022-06-07 03:39:45 +02:00
"de": "Auf welchen Daten basiert diese Karte?",
2023-03-29 15:50:10 +02:00
"es": "¿En qué datos se basa este mapa?",
2023-09-16 18:52:42 +02:00
"ca": "En quines dades es basa aquest mapa?",
"pl": "Na jakich danych bazuje ta mapa?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": {
"and": [
"map_source=OpenStreetMap",
"not:map_source="
2020-09-19 13:37:04 +02:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"en": "This map is based on OpenStreetMap",
"nl": "Deze kaart is gebaseerd op OpenStreetMap",
"it": "Questa mappa si basa su OpenStreetMap",
"ru": "Эта карта основана на OpenStreetMap",
"fr": "Cette carte est basée sur OpenStreetMap",
2022-06-07 03:39:45 +02:00
"de": "Diese Karte basiert auf OpenStreetMap",
2023-03-29 15:50:10 +02:00
"es": "Este mapa se basa en OpenStreetMap",
2023-09-16 18:52:42 +02:00
"ca": "Aquest mapa està basat en OpenStreetMap",
"pl": "Ta mapa bazuje na OpenStreetMap"
2021-11-07 14:37:21 +01:00
}
2020-09-19 13:37:04 +02:00
}
2021-11-07 14:37:21 +01:00
],
"freeform": {
"key": "map_source"
},
"render": {
"en": "This map is based on {map_source}",
"nl": "Deze kaart is gebaseerd op {map_source}",
"it": "Questa mappa si basa su {map_source}",
"ru": "Эта карта основана на {map_source}",
"fr": "Cette carte est basée sur {map_source}",
2022-06-07 03:39:45 +02:00
"de": "Diese Karte basiert auf {map_source}",
2023-09-16 18:52:42 +02:00
"es": "Este mapa se basa en {map_source}",
"pl": "Ta mapa bazuje na {map_source}"
2021-11-07 14:37:21 +01:00
},
"id": "map-map_source"
2020-09-19 13:37:04 +02:00
},
2021-11-07 14:37:21 +01:00
{
"id": "map-attribution",
2023-03-16 16:28:24 +01:00
"labels": [
"map"
],
2021-11-07 14:37:21 +01:00
"question": {
"en": "Is the OpenStreetMap-attribution given?",
"nl": "Is de attributie voor OpenStreetMap aanwezig?",
"it": "Lattribuzione a OpenStreetMap è presente?",
"de": "Ist die OpenStreetMap-Attribution vorhanden?",
2022-06-07 03:39:45 +02:00
"fr": "Lattribution à OpenStreetMap est elle-présente ?",
"es": "¿Hay una atribución a OpenStreetMap?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
2020-09-19 13:37:04 +02:00
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"map_source:attribution=yes"
]
},
"then": {
"en": "OpenStreetMap is clearly attributed, including the ODBL-license",
2022-04-07 03:13:29 +02:00
"nl": "De OpenStreetMap-attributie is duidelijk aangegeven, zelfs met vermelding van \"ODBL\"",
2021-11-07 14:37:21 +01:00
"it": "Lattribuzione a OpenStreetMap è chiaramente specificata, inclusa la licenza ODBL",
"de": "OpenStreetMap ist eindeutig attributiert, einschließlich der ODBL-Lizenz",
2022-06-07 03:39:45 +02:00
"fr": "Lattribution est clairement inscrite ainsi que la licence ODBL",
2023-09-16 18:52:42 +02:00
"es": "Se atribuye claramente a OpenStreetMap, incluyendo la licencia ODBL",
"pl": "Źródło, czyli OpenStreetMap, jest w widoczny sposób podane, zawiera informację o licencji ODBL"
2021-11-07 14:37:21 +01:00
}
2020-09-19 13:37:04 +02:00
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"map_source:attribution=incomplete"
]
},
"then": {
"en": "OpenStreetMap is clearly attributed, but the license is not mentioned",
"nl": "OpenStreetMap is duidelijk aangegeven, maar de licentievermelding ontbreekt",
"it": "Lattribuzione a OpenStreetMap è chiaramente specificata ma la licenza non compare",
"de": "OpenStreetMap ist eindeutig attributiert, aber die Lizenz wird nicht erwähnt",
2022-06-07 03:39:45 +02:00
"fr": "Lattribution est clairement inscrite mais la licence est absente",
"es": "Se atribuya claramente a OpenStreetMap, pero no se menciona la licencia"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
2021-11-07 14:37:21 +01:00
"map_source:attribution=sticker"
]
2021-11-07 14:37:21 +01:00
},
"then": {
"en": "OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it",
"nl": "OpenStreetMap was oorspronkelijk niet aangeduid, maar iemand plaatste er een sticker",
"it": "Non era presente alcun cenno a OpenStreetMap ma qualcuno vi ha attaccato un adesivo di OpenStreetMap",
"de": "OpenStreetMap wurde nicht erwähnt, aber jemand hat einen OpenStreetMap-Aufkleber darauf geklebt",
2022-06-07 03:39:45 +02:00
"fr": "OpenStreetMap nest pas mentionné, un sticker OpenStreetMap a été collé",
"es": "No se mencionaba OpenStreetMap, pero alguien le pegó una pegatina de OpenStreetMap"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"map_source:attribution=none"
]
2021-11-07 14:37:21 +01:00
},
"then": {
"en": "There is no attribution at all",
"nl": "Er is geen attributie",
"it": "Non cè alcuna attribuzione",
"fr": "Il n'y a aucune attribution",
2022-06-07 03:39:45 +02:00
"de": "Es gibt überhaupt keine Namensnennung",
"es": "No hay atribución"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"map_source:attribution=no"
]
},
"then": {
"nl": "Er is geen attributie",
"en": "There is no attribution at all",
"it": "Non cè alcuna attribuzione",
"fr": "Il n'y a aucune attribution",
2022-06-07 03:39:45 +02:00
"de": "Es gibt überhaupt keine Namensnennung",
"es": "No hay atribución"
2021-11-07 14:37:21 +01:00
},
"hideInAnswer": true
}
2021-11-07 14:37:21 +01:00
],
"condition": {
"or": [
"map_source~(O|)pen(S|s)treet(M|m)ap",
"map_source=osm",
"map_source=OSM"
]
}
}
],
"presets": [
{
"tags": [
"tourism=information",
"information=map"
2021-11-07 14:37:21 +01:00
],
"title": {
2022-04-03 03:10:06 +02:00
"en": "a map",
"nl": "een kaart",
"it": "una mappa",
2021-11-07 14:37:21 +01:00
"ru": "Карта",
"fr": "une carte",
2022-05-21 02:31:32 +02:00
"de": "eine Karte",
2022-06-07 03:39:45 +02:00
"ca": "un mapa",
2023-09-16 18:52:42 +02:00
"es": "un mapa",
"pl": "mapa"
2021-11-07 14:37:21 +01:00
},
"description": {
"en": "Add a missing map",
"nl": "Voeg een ontbrekende kaart toe",
"it": "Aggiungi una mappa mancante",
"fr": "Ajouter une carte manquante",
2022-04-09 17:35:21 +02:00
"de": "Fehlende Karte hinzufügen",
2022-06-07 03:39:45 +02:00
"ru": "Добавить отсутствующую карту",
2023-03-29 15:50:10 +02:00
"es": "Añadir un mapa que falta",
2023-09-16 18:52:42 +02:00
"ca": "Afegeix un mapa que falta",
"pl": "Dodaj brakującą mapę"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"softDeletionTags": {
"and": [
"razed:tourism:=information",
"tourism="
]
},
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
2021-11-07 15:31:55 +01:00
},
2023-09-19 14:04:13 +02:00
"pointRendering": [
2021-11-07 15:31:55 +01:00
{
"icon": {
"render": "./assets/layers/map/map.svg",
"mappings": [
{
"if": {
"and": [
"map_source=OpenStreetMap",
"map_source:attribution=sticker"
]
},
"then": "./assets/layers/map/map-stickered.svg"
},
{
"if": {
"and": [
"map_source=OpenStreetMap",
"map_source:attribution=yes"
]
},
"then": "./assets/layers/map/osm-logo-white-bg.svg"
},
{
"if": {
"and": [
"map_source=OpenStreetMap"
]
},
"then": "./assets/layers/map/osm-logo-buggy-attr.svg"
}
]
},
"iconSize": "50,50",
2021-11-07 15:31:55 +01:00
"location": [
"point",
"centroid"
],
"anchor": "center"
2023-09-19 14:04:13 +02:00
}
],
"lineRendering": [
2021-11-07 15:31:55 +01:00
{
"color": "#00f",
"width": "8"
2021-11-07 15:31:55 +01:00
}
]
}