mapcomplete/assets/layers/information_board/information_board.json

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

104 lines
3.1 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"id": "information_board",
"name": {
"nl": "Informatieborden",
"en": "Information boards",
"it": "Pannelli informativi",
"fr": "Panneaux d'informations",
"de": "Informationstafeln",
2022-04-13 18:42:40 +02:00
"ru": "Информационные щиты",
2023-05-02 00:49:00 +02:00
"ca": "Panells d'informació",
2023-09-16 18:52:42 +02:00
"es": "Paneles informativos",
2023-10-30 13:44:27 +01:00
"pl": "Tablice informacyjne",
"cs": "Informační tabule"
2021-11-07 14:37:21 +01:00
},
"description": {
"en": "A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, …)",
"nl": "Deze laag toont informatieborden in de publieke ruimte die uitleg geven over een bezienswaardigheid (bv. uitleg over het landschap, een ruine, een kaart van de omgeving, ...)",
"de": "Eine Ebene mit touristischen, straßenseitigen Informationstafeln (z. B. mit Informationen über die Landschaft, ein Gebäude, ein Merkmal, eine Karte, …)",
"es": "Una capa que muestra paneles informativos turísticos (ej. informan sobre el paisaje, una construcción, una característica, un mapa, ...)",
"ca": "Una capa que mostra panells informatius turístics (p.e. informen sobre el paissatge, una construcció, una característica, un mapa, …)",
"pl": "Warstwa pokazujące przydrożne tablice informacyjne dla turystów (np. informujące o krajobrazie, budynku, obiekcie, mapa, ...)",
"cs": "Vrstva zobrazující turistické informační tabule u silnice (např. informace o krajině, budově, objektu, mapě, ...)"
},
2021-11-07 14:37:21 +01:00
"source": {
"osmTags": {
"and": [
"information=board"
]
}
},
"minzoom": 12,
2021-11-07 14:37:21 +01:00
"title": {
"render": {
"nl": "Informatiebord",
"en": "Information board",
"it": "Pannello informativo",
"fr": "Panneau d'informations",
"de": "Informationstafel",
2022-04-13 18:42:40 +02:00
"ru": "Информационный щит",
2023-05-02 00:49:00 +02:00
"ca": "Panell d'informació",
2023-09-16 18:52:42 +02:00
"es": "Panel informativo",
2023-10-30 13:44:27 +01:00
"pl": "Tablica informacyjna",
"cs": "Informační tabule"
}
2021-11-07 14:37:21 +01:00
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point"
],
"anchor": "center",
"marker": [
{
"icon": "./assets/layers/information_board/board.svg"
}
]
}
],
"lineRendering": [
{
"color": "#00f"
}
2021-11-07 14:37:21 +01:00
],
"presets": [
{
"tags": [
"tourism=information",
"information=board"
],
"title": {
"nl": "een informatiebord",
2022-04-03 03:10:06 +02:00
"en": "an information board",
"it": "una pannello informativo",
"fr": "une panneau d'informations",
2022-05-21 02:31:32 +02:00
"de": "eine Informationstafel",
2022-06-07 03:39:45 +02:00
"ru": "информационный щит",
2023-05-01 10:10:26 +02:00
"es": "un panel informativo",
2023-09-16 18:52:42 +02:00
"ca": "un tauler informatiu",
2023-10-30 13:44:27 +01:00
"pl": "tablica informacyjna",
"cs": "informační tabule"
2021-11-07 14:37:21 +01:00
}
}
],
"tagRenderings": [
"images"
],
2021-11-07 14:37:21 +01:00
"deletion": {
"softDeletionTags": {
"and": [
"disused:tourism:=information",
"tourism=",
"razed:information=board",
"information="
]
},
2021-11-07 14:37:21 +01:00
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
}
}