mapcomplete/assets/layers/grave/grave.json

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

131 lines
4.2 KiB
JSON
Raw Normal View History

2024-05-28 22:41:23 +02:00
{
"id": "grave",
"name": {
"en": "Gravestones",
2024-11-05 14:14:53 +01:00
"de": "Grabsteine",
"es": "Lápidas"
},
"description": {
"en": "Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made",
2024-11-05 14:14:53 +01:00
"de": "Grabsteine (und Gräber) zeigen an, wo eine Person begraben wurde. Auf dieser Karte können diese aufgezeichnet werden und ein Wikipedialink erstellt werden",
"es": "Las lápidas (y las tumbas) indican dónde fue enterrada una persona. En este mapa, estas pueden registrarse y se puede establecer un enlace a Wikipedia"
},
"source": {
"osmTags": "historic=tomb"
},
2024-05-28 22:41:23 +02:00
"minzoom": 15,
"title": {
"render": {
"en": "Tombstone",
2024-11-05 14:14:53 +01:00
"de": "Grabstein",
"es": "Lápida"
}
},
2024-05-28 22:41:23 +02:00
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/memorial/memorial.svg",
"color": "white"
}
],
"label": "{name}",
"labelCssClasses": "bg-white rounded px-2"
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a tombstone",
2024-11-05 14:14:53 +01:00
"de": "ein Grabstein",
"es": "una lápida"
},
"tags": [
"historic=tomb"
],
"description": {
"en": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.",
2024-10-19 14:44:55 +02:00
"de": "Ein Grabstein ist ein physischer Gegenstand, der anzeigt, dass eine oder mehrere Personen hier begraben sind. Er trägt in der Regel den Namen, das Geburts- und das Sterbedatum der Person oder Personen als Inschrift.",
2024-11-05 14:14:53 +01:00
"uk": "Надгробок - це фізичний об'єкт, який вказує на те, що тут похована одна або кілька осіб. Як правило, на ньому викарбувано ім'я, дату народження та дату смерті особи чи осіб.",
"es": "Una lápida es un objeto físico que indica que una o más personas están enterradas aquí. Generalmente tiene el nombre, la fecha de nacimiento y la fecha de defunción de la persona o personas como inscripción."
}
}
],
2024-05-28 22:41:23 +02:00
"tagRenderings": [
"images",
{
"question": {
2024-06-16 16:06:26 +02:00
"en": "What is the Wikipedia page of the person buried here?",
2024-11-05 14:14:53 +01:00
"de": "Wie lautet die Wikipedia-Seite der Person, die hier begraben ist?",
"es": "¿Cuál es la página de Wikipedia de la persona enterrada aquí?"
2024-05-28 22:41:23 +02:00
},
"id": "buried:wikidata",
"render": {
2024-06-16 16:06:26 +02:00
"en": "{wikipedia(buried:wikidata)}",
2024-11-05 14:14:53 +01:00
"de": "{wikipedia(buried:wikidata)}",
"es": "{wikipedia(buried:wikidata)}"
2024-05-28 22:41:23 +02:00
},
"freeform": {
"key": "buried:wikidata",
"type": "wikidata"
}
},
{
"question": {
2024-06-16 16:06:26 +02:00
"en": "What is the name of the person buried here?",
2024-11-05 14:14:53 +01:00
"de": "Wie lautet der Name der hier begrabenen Person?",
"es": "¿Cuál es el nombre de la persona enterrada aquí?"
2024-05-28 22:41:23 +02:00
},
"id": "name",
"render": {
2024-06-16 16:06:26 +02:00
"en": "<b>{name}</b> is buried here",
2024-11-05 14:14:53 +01:00
"de": "<b>{name}</b> ist hier begraben",
"es": "<b>{name}</b> está enterrado aquí"
2024-05-28 22:41:23 +02:00
},
"freeform": {
"key": "name"
}
}
],
"filter": [
{
"id": "has_wikidata",
"options": [
{
"question": {
2024-06-16 16:06:26 +02:00
"en": "With or without wikidata",
2024-11-05 14:14:53 +01:00
"de": "Mit oder ohne Wikidata",
"es": "Con o sin Wikidata"
2024-05-28 22:41:23 +02:00
}
},
{
"question": {
2024-06-16 16:06:26 +02:00
"en": "Has a link to Wikidata",
2024-11-05 14:14:53 +01:00
"de": "Hat einen Link zu Wikidata",
"es": "Tiene enlace a Wikidata"
2024-05-28 22:41:23 +02:00
},
"osmTags": "buried:wikidata~*"
},
{
"question": {
2024-06-16 16:06:26 +02:00
"en": "Has no link to Wikidata",
2024-11-05 14:14:53 +01:00
"de": "Hat keinen Link zu Wikidata",
"es": "No tiene enlace a Wikidata"
2024-05-28 22:41:23 +02:00
},
"osmTags": "buried:wikidata="
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"credits": "Built for Wegspotter on the meetup"
2024-05-28 22:41:23 +02:00
}