mapcomplete/assets/layers/viewpoint/viewpoint.json

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

109 lines
3.4 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"id": "viewpoint",
"name": {
"en": "Viewpoint",
"nl": "Uitzicht",
2022-05-21 02:31:32 +02:00
"de": "Aussichtspunkte",
2021-11-07 14:37:21 +01:00
"fr": "Point de vue",
"it": "Punto panoramico",
"ru": "Смотровая площадка",
"id": "Sudut pandang",
2022-04-13 18:42:40 +02:00
"eo": "Vidpunkto",
2022-09-10 13:25:18 +02:00
"ca": "Mirador",
2023-10-30 13:44:27 +01:00
"da": "Udsigtspunkt",
"cs": "Vyhlídka"
2021-11-07 14:37:21 +01:00
},
"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",
2022-06-19 22:13:38 +02:00
"it": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata",
2023-09-21 15:29:34 +02:00
"es": "Un buen mirador 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",
2023-10-16 13:38:53 +02:00
"ca": "Un bon mirador o una bonica vista. Ideal per afegir una imatge si no hi caben cap altra categoria",
"cs": "Pěkný výhled nebo pěkný pohled. Ideální pro přidání obrázku, pokud se nehodí žádná jiná kategorie"
2021-11-07 14:37:21 +01:00
},
"source": {
"osmTags": "tourism=viewpoint"
},
"minzoom": 14,
"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",
"cs": "Vyhlídka"
}
},
"pointRendering": [
{
"iconSize": "20,20",
"location": [
"point"
],
"anchor": "center",
"marker": [
{
"icon": "./assets/layers/viewpoint/viewpoint.svg"
}
]
}
],
"lineRendering": [
{
"color": "#ffffff",
"width": "5"
}
],
2021-11-07 14:37:21 +01:00
"presets": [
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a viewpoint",
2022-04-07 03:13:29 +02:00
"nl": "een uitzichtpunt",
"de": "eine aussichtspunkt",
"fr": "une point de vue",
"ru": "Смотровая площадка",
"it": "una punto panoramico",
2022-04-13 18:42:40 +02:00
"id": "Sudut pandang",
2023-10-30 13:44:27 +01:00
"ca": "un mirador",
"cs": "vyhlídka"
2021-11-07 14:37:21 +01:00
},
"tags": [
"tourism=viewpoint"
]
}
],
"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?",
2022-06-19 22:13:38 +02:00
"id": "Apakah Anda ingin menambahkan deskripsi?",
2022-09-10 13:25:18 +02:00
"es": "¿Quieres añadir una descripción?",
2023-09-21 15:29:34 +02:00
"da": "Ønsker du at tilføje en beskrivelse?",
2023-10-30 13:44:27 +01:00
"ca": "Vols afegir una descripció?",
"cs": "Chcete přidat popis?"
2021-11-07 14:37:21 +01:00
},
"render": "{description}",
"freeform": {
"key": "description"
},
"id": "viewpoint-description"
}
2021-11-07 15:31:55 +01:00
],
"wayhandling": 2
}