MapComplete/assets/layers/viewpoint/viewpoint.json
2023-06-20 02:48:42 +02:00

95 lines
2.9 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "viewpoint",
"name": {
"en": "Viewpoint",
"nl": "Uitzicht",
"de": "Aussichtspunkte",
"fr": "Point de vue",
"it": "Punto panoramico",
"ru": "Смотровая площадка",
"id": "Sudut pandang",
"eo": "Vidpunkto",
"ca": "Mirador",
"da": "Udsigtspunkt"
},
"description": {
"en": "A nice viewpoint or nice view. Ideal to add an image if no other category fits",
"nl": "Een mooi uitzicht - ideaal om een foto toe te voegen wanneer iets niet in een andere categorie past",
"de": "Ein schöner Aussichtspunkt oder eine schöne Aussicht. Ideal zum Hinzufügen eines Bildes, wenn keine andere Kategorie passt",
"fr": "Un beau point de vue ou une belle vue. Idéal pour ajouter une image si aucune autre catégorie ne convient",
"it": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata",
"es": "Un buen punto de vista o una buena vista. Ideal para añadir una imagen si no encaja en ninguna otra categoría",
"da": "Et dejligt synspunkt eller flot udsigt. Ideel til at tilføje et billede, hvis ingen anden kategori passer"
},
"source": {
"osmTags": "tourism=viewpoint"
},
"minzoom": 14,
"wayhandling": 2,
"presets": [
{
"title": {
"en": "a viewpoint",
"nl": "een uitzichtpunt",
"de": "eine aussichtspunkt",
"fr": "une point de vue",
"ru": "Смотровая площадка",
"it": "una punto panoramico",
"id": "Sudut pandang",
"ca": "un mirador"
},
"tags": [
"tourism=viewpoint"
]
}
],
"title": {
"render": {
"en": "Viewpoint",
"nl": "Uitzicht",
"de": "Aussichtspunkt",
"fr": "Point de vue",
"ru": "Смотровая площадка",
"it": "Punto panoramico",
"id": "Sudut pandang",
"eo": "Vidpunkto",
"ca": "Mirador",
"da": "Udsigtspunkt"
}
},
"tagRenderings": [
"images",
{
"question": {
"en": "Do you want to add a description?",
"nl": "Zijn er bijzonderheden die je wilt toevoegen?",
"de": "Möchten Sie eine Beschreibung hinzufügen?",
"ru": "Вы хотите добавить описание?",
"fr": "Voulez-vous ajouter une description ?",
"it": "Vuoi aggiungere una descrizione?",
"id": "Apakah Anda ingin menambahkan deskripsi?",
"es": "¿Quieres añadir una descripción?",
"da": "Ønsker du at tilføje en beskrivelse?"
},
"render": "{description}",
"freeform": {
"key": "description"
},
"id": "viewpoint-description"
}
],
"mapRendering": [
{
"icon": "./assets/layers/viewpoint/viewpoint.svg",
"iconSize": "20,20",
"location": [
"point"
],
"anchor": "center"
},
{
"color": "#ffffff",
"width": "5"
}
]
}