mapcomplete/assets/layers/grave/grave.json

118 lines
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "grave",
"name": {
"en": "Gravestones",
"de": "Grabsteine"
},
"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",
"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"
},
"source": {
"osmTags": "historic=tomb"
},
"minzoom": 15,
"title": {
"render": {
"en": "Tombstone",
"de": "Grabstein"
}
},
"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",
"de": "ein Grabstein"
},
"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.",
"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.",
"uk": "Надгробок - це фізичний об'єкт, який вказує на те, що тут похована одна або кілька осіб. Як правило, на ньому викарбувано ім'я, дату народження та дату смерті особи чи осіб."
}
}
],
"tagRenderings": [
"images",
{
"question": {
"en": "What is the Wikipedia page of the person buried here?",
"de": "Wie lautet die Wikipedia-Seite der Person, die hier begraben ist?"
},
"id": "buried:wikidata",
"render": {
"en": "{wikipedia(buried:wikidata)}",
"de": "{wikipedia(buried:wikidata)}"
},
"freeform": {
"key": "buried:wikidata",
"type": "wikidata"
}
},
{
"question": {
"en": "What is the name of the person buried here?",
"de": "Wie lautet der Name der hier begrabenen Person?"
},
"id": "name",
"render": {
"en": "<b>{name}</b> is buried here",
"de": "<b>{name}</b> ist hier begraben"
},
"freeform": {
"key": "name"
}
}
],
"filter": [
{
"id": "has_wikidata",
"options": [
{
"question": {
"en": "With or without wikidata",
"de": "Mit oder ohne Wikidata"
}
},
{
"question": {
"en": "Has a link to Wikidata",
"de": "Hat einen Link zu Wikidata"
},
"osmTags": "buried:wikidata~*"
},
{
"question": {
"en": "Has no link to Wikidata",
"de": "Hat keinen Link zu Wikidata"
},
"osmTags": "buried:wikidata="
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"credits": "Built for Wegspotter on the meetup"
}