mapcomplete/assets/layers/map/map.json

272 lines
8.4 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",
"es": "Mapas"
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",
"es": "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",
"es": "Un mapa, pensado para turistas y que está instalado de manera permanente en un espacio público"
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [
"images",
{
"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?",
"es": "¿En qué datos se basa este 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",
"es": "Este mapa se basa en 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}",
"es": "Este mapa se basa en {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",
"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",
"es": "Se atribuye claramente a OpenStreetMap, incluyendo la licencia 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=map"
],
"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",
"es": "un 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": "Добавить отсутствующую карту",
"es": "Añadir un mapa que falta"
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
},
"mapRendering": [
{
"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": {
"render": "50,50,center"
},
"location": [
"point",
"centroid"
]
},
{
"color": {
"render": "#00f"
},
"width": {
"render": "8"
}
}
]
2020-09-19 13:37:04 +02:00
}