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" : "نقشے" ,
2023-10-30 13:44:27 +01:00
"pl" : "Mapy" ,
"cs" : "Mapy"
2021-11-07 14:37:21 +01:00
} ,
2023-10-30 18:08:38 +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" ,
"de" : "Eine Karte, die für Touristen gedacht ist und dauerhaft im öffentlichen Raum aufgestellt ist" ,
"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" ,
"ca" : "Un mapa" ,
"cs" : "Mapa určená pro turisty, která je trvale instalována na veřejném prostranství"
} ,
2021-11-07 14:37:21 +01:00
"source" : {
"osmTags" : {
"or" : [
"tourism=map" ,
"information=map"
]
}
} ,
2023-10-30 18:08:38 +01:00
"minzoom" : 12 ,
2021-11-07 14:37:21 +01:00
"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" : "نقشہ" ,
2023-10-30 13:44:27 +01:00
"pl" : "Mapa" ,
"cs" : "Mapa"
2021-11-07 14:37:21 +01:00
}
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"marker" : [
{
"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" ,
"location" : [
"point" ,
"centroid"
] ,
"anchor" : "center"
}
] ,
"lineRendering" : [
{
"color" : "#00f" ,
"width" : "8"
}
] ,
"presets" : [
{
"tags" : [
"tourism=information" ,
"information=map"
] ,
"title" : {
"en" : "a map" ,
"nl" : "een kaart" ,
"it" : "una mappa" ,
"ru" : "Карта" ,
"fr" : "une carte" ,
"de" : "eine Karte" ,
"ca" : "un mapa" ,
"es" : "un mapa" ,
"pl" : "mapa" ,
"cs" : "mapa"
} ,
"description" : {
"en" : "Add a missing map" ,
"nl" : "Voeg een ontbrekende kaart toe" ,
"it" : "Aggiungi una mappa mancante" ,
"fr" : "Ajouter une carte manquante" ,
"de" : "Fehlende Karte hinzufügen" ,
"ru" : "Добавить отсутствующую карту" ,
"es" : "Añadir un mapa que falta" ,
"ca" : "Afegeix un mapa que falta" ,
"pl" : "Dodaj brakującą mapę" ,
"cs" : "Přidat chybějící mapu"
}
}
] ,
2021-11-07 14:37:21 +01:00
"tagRenderings" : [
"images" ,
2023-07-08 02:56:08 +02:00
{
"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?" ,
2023-09-28 16:56:25 +02:00
"pl" : "Jaki rodzaj mapy jest pokazany?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin tipus de mapa es mostra?" ,
"cs" : "Jaký typ mapy je zobrazen?"
2023-07-08 02:56:08 +02:00
} ,
"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>" ,
2023-09-24 00:46:10 +02:00
"de" : "Topographische Katte <p class='subtle'> Die Karte enthält Höhenlinien. </p>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Mapa topogràfic <p class='subtle'>El mapa conté línies de contorn. </p>" ,
"cs" : "Topografická mapa <p class='subtle'>Mapa obsahuje vrstevnice. </p>"
2023-07-08 02:56:08 +02:00
}
} ,
{
"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>" ,
2023-09-28 16:56:25 +02:00
"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>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Un mapa amb tots els carrers o camins d'una àrea. <p class='subtle'>Els carrers estan majoritàriament nomenats; els angles, distàncies etc. són acurades</p>" ,
"cs" : "Mapa se všemi ulicemi nebo cestami v oblasti. <p class='subtle'>Ulice jsou většinou pojmenované, úhly, vzdálenosti atd. jsou přesné</p>"
2023-07-08 02:56:08 +02:00
}
} ,
{
"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> " ,
2023-09-24 00:46:10 +02:00
"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> " ,
2023-10-30 13:44:27 +01:00
"ca" : "Això és un mapa esquemàtic. <p class='subtle'>Un mapa esbossat amb només camins importants i PDI. Els angles, els trajectes etc. són merament il·lustratius, no acurat.</p> " ,
"cs" : "Jedná se o schematickou mapu. <p class='subtle'>Schematická mapa s vyznačením pouze důležitých cest a bodů zájmu. Úhly, vzdálenosti atd. jsou pouze ilustrativní, nikoliv přesné.</p> "
2023-07-08 02:56:08 +02:00
}
} ,
{
"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>" ,
2023-09-28 16:56:25 +02:00
"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>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Això és un toposcope. <p class='subtle'>Un marcador erigit en llocs alts que indica la direcció cap als elements paisatgístics notables que es poden veure des d'aquest punt<p>" ,
"cs" : "Jedná se o toposkop. <p class='subtle'>Značka vztyčená na vyvýšených místech, která udává směr k pozoruhodným krajinným prvkům, které jsou z tohoto místa vidět<p>"
2023-07-08 02:56:08 +02:00
}
}
]
} ,
{
"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?" ,
2023-09-24 00:46:10 +02:00
"pl" : "Jaki jest rozmiar obszaru pokazanego na tej mapie?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quina és la mida de l'àrea mostrada en el mapa?" ,
"cs" : "Jak velká je zobrazená oblast na mapě?"
2023-07-08 02:56:08 +02:00
} ,
"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" ,
2023-09-24 00:46:10 +02:00
"pl" : "Plan pomieszczeń w budynku" ,
2023-10-30 13:44:27 +01:00
"ca" : "Un mapa de les habitacions dins d'un edifici" ,
"cs" : "Mapa místností uvnitř budovy"
2023-07-08 02:56:08 +02:00
}
} ,
{
"if" : "map_size=site" ,
"then" : {
"en" : "A map of special site, like of a historical castle, a park, a campus, a forest, ...." ,
2023-09-24 00:46:10 +02:00
"de" : "Örtlichkeit (z.B. Burg)" ,
2023-10-30 13:44:27 +01:00
"ca" : "Un mapa d'un lloc especial, com un castell històric, un parc, un campus, un bosc, …" ,
"cs" : "Mapa speciálního místa, například historického zámku, parku, areálu, lesa, ...."
2023-07-08 02:56:08 +02:00
}
} ,
{
"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" ,
2023-09-24 00:46:10 +02:00
"pl" : "Mapa pokazująca wieś lub niewielkie miasto" ,
2023-10-30 13:44:27 +01:00
"ca" : "Un mapa que mostra el poble o la ciutat" ,
"cs" : "Mapa zobrazující vesnici nebo město"
2023-07-08 02:56:08 +02:00
}
} ,
{
"if" : "map_size=city" ,
"then" : {
2023-07-15 18:04:30 +02:00
"en" : " A map of a city" ,
2023-09-16 18:52:42 +02:00
"de" : "Stadt" ,
2023-09-24 00:46:10 +02:00
"pl" : " Mapa miasta" ,
2023-10-30 13:44:27 +01:00
"ca" : " Un mapa d'una ciutat" ,
"cs" : " Mapa města"
2023-07-08 02:56:08 +02:00
}
} ,
{
"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" ,
2023-09-24 00:46:10 +02:00
"pl" : "Mapa całego regionu, pokazująca wiele miast i wsi" ,
2023-10-30 13:44:27 +01:00
"ca" : "El mapa d'una regió sencera, mostrant múltiples ciutats i pobles" ,
"cs" : "Mapa celého regionu s několika městy a vesnicemi"
2023-07-08 02:56:08 +02:00
}
}
]
} ,
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?" ,
2023-10-30 13:44:27 +01:00
"pl" : "Na jakich danych bazuje ta mapa?" ,
"cs" : "Na jakých datech je mapa založena?"
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" ,
2023-10-30 13:44:27 +01:00
"pl" : "Ta mapa bazuje na OpenStreetMap" ,
"cs" : "Tato mapa je založena 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}" ,
2023-09-28 16:56:25 +02:00
"pl" : "Ta mapa bazuje na {map_source}" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest mapa està basat en {map_source}" ,
"cs" : "Tato mapa vychází z {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" : "L’ attribuzione a OpenStreetMap è presente?" ,
"de" : "Ist die OpenStreetMap-Attribution vorhanden?" ,
2022-06-07 03:39:45 +02:00
"fr" : "L’ attribution à OpenStreetMap est elle-présente ?" ,
2023-09-28 16:56:25 +02:00
"es" : "¿Hay una atribución a OpenStreetMap?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Hi ha atribució a OpenStreetMap?" ,
"cs" : "Je uveden atribut 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" : "L’ attribuzione 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" : "L’ attribution 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" ,
2023-09-28 16:56:25 +02:00
"pl" : "Źródło, czyli OpenStreetMap, jest w widoczny sposób podane, zawiera informację o licencji ODBL" ,
2023-10-30 13:44:27 +01:00
"ca" : "OpenStreetMap està clarament atribuït, incloent la llicència ODBL" ,
"cs" : "OpenStreetMap je jasně popsán, včetně licence 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" : "L’ attribuzione 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" : "L’ attribution est clairement inscrite mais la licence est absente" ,
2023-09-28 16:56:25 +02:00
"es" : "Se atribuya claramente a OpenStreetMap, pero no se menciona la licencia" ,
2023-10-30 13:44:27 +01:00
"ca" : "OpenStreetMap està clarament atribuït, però no es menciona la llicència" ,
"cs" : "OpenStreetMap je jasně připsána, ale licence není uvedena"
2021-11-07 14:37:21 +01:00
}
} ,
2021-09-22 16:58:25 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : {
2021-10-14 03:46:09 +02:00
"and" : [
2021-11-07 14:37:21 +01:00
"map_source:attribution=sticker"
2021-10-14 03:46:09 +02:00
]
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 n’ est pas mentionné, un sticker OpenStreetMap a été collé" ,
2023-09-28 16:56:25 +02:00
"es" : "No se mencionaba OpenStreetMap, pero alguien le pegó una pegatina de OpenStreetMap" ,
2023-10-30 13:44:27 +01:00
"ca" : "OpenStreetMap no es mencionava, però algú hi ha posat una enganxina d'OpenStreetMap" ,
"cs" : "OpenStreetMap nebyl zmíněn, ale někdo dal OpenStreetMap-nálepku na to"
2021-11-07 14:37:21 +01:00
}
2021-10-14 03:46:09 +02:00
} ,
2021-10-19 03:00:57 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : {
"and" : [
"map_source:attribution=none"
2021-10-19 03:00:57 +02:00
]
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" ,
2023-09-28 16:56:25 +02:00
"es" : "No hay atribución" ,
2023-10-30 13:44:27 +01:00
"ca" : "No hi ha atribució" ,
"cs" : "Neexistuje vůbec žádný atribut"
2021-11-07 14:37:21 +01:00
}
2021-10-20 02:01:27 +02: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" ,
2023-09-28 16:56:25 +02:00
"es" : "No hay atribución" ,
2023-10-30 13:44:27 +01:00
"ca" : "No hi ha atribució" ,
"cs" : "Neexistuje vůbec žádný atribut"
2021-11-07 14:37:21 +01:00
} ,
"hideInAnswer" : true
2021-10-19 03:00:57 +02:00
}
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"
]
}
}
] ,
"deletion" : {
"softDeletionTags" : {
"and" : [
"razed:tourism:=information" ,
"tourism="
]
} ,
"neededChangesets" : 1
} ,
"allowMove" : {
"enableRelocation" : false ,
"enableImproveAccuraccy" : true
2023-10-30 18:08:38 +01:00
}
2023-06-20 01:52:15 +02:00
}