mapcomplete/assets/layers/fixme/fixme.json

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

84 lines
1.9 KiB
JSON
Raw Normal View History

2023-05-06 12:19:35 +02:00
{
"id": "fixme",
"name": {
2023-05-18 19:47:49 +02:00
"en": "OSM objects with FIXME tags",
2023-09-16 18:52:42 +02:00
"de": "OSM-Objekte mit FIXME-Tags",
"pl": "Obiekty OSM z znacznikami FIXME"
2023-05-06 12:19:35 +02:00
},
"minzoom": 16,
2023-05-06 12:19:35 +02:00
"description": {
2023-05-18 19:47:49 +02:00
"en": "OSM objects that likely need to be fixed, based on a FIXME tag.",
"de": "OSM-Objekte, die wahrscheinlich korrigiert werden müssen, basierend auf einem FIXME-Tag."
2023-05-06 12:19:35 +02:00
},
"syncSelection": "theme-only",
"source": {
"osmTags": {
"or": [
"fixme~*",
2023-05-07 23:50:39 +02:00
"FIXME~*"
]
2023-05-06 12:19:35 +02:00
}
},
"title": {
"render": {
2023-05-18 19:47:49 +02:00
"en": "OSM object with FIXME tag",
2023-09-16 18:52:42 +02:00
"de": "OSM-Objekt mit FIXME-Tags",
"pl": "Obiekt OSM z znacznikiem FIXME"
2023-05-06 12:19:35 +02:00
}
},
"tagRenderings": [
{
"id": "fixme",
"freeform": {
"key": "fixme",
"type": "text"
},
"question": {
2023-06-28 22:30:08 +02:00
"en": "What is wrong with this feature?",
2023-09-16 18:52:42 +02:00
"de": "Was stimmt mit diesem Objekt nicht?",
"pl": "Co jest nie tak z tym obiektem?"
},
"mappings": [
{
"if": "fixme=",
"then": {
2023-06-28 22:30:08 +02:00
"en": "This issue has been resolved",
2023-09-16 18:52:42 +02:00
"de": "Dieses Problem wurde behoben",
"pl": "Ten problem został rozwiązany"
}
}
],
2023-05-06 12:19:35 +02:00
"render": {
2023-05-18 19:47:49 +02:00
"en": "Fixme Text: {fixme}",
"de": "Fixme Text: {fixme}"
2023-05-06 12:19:35 +02:00
}
},
{
"id": "note",
"condition": "note~*",
"render": {
2023-05-18 19:47:49 +02:00
"en": "Note Text: {note}",
2023-09-16 18:52:42 +02:00
"de": "Notiz Text: {note}",
"fr": "Texte de la note : {note}",
"pl": "Tekst notatki: {note}"
2023-05-06 12:19:35 +02:00
}
},
"all_tags"
],
"mapRendering": [
{
"location": [
"centroid",
"point"
],
"icon": "./assets/svg/bug.svg",
"label": "<div class='bg-white rounded p-2'>{fixme}</div>"
2023-05-06 12:19:35 +02:00
},
{
"color": "#ff0000",
"dashArray": "5,5",
"width": 2
}
]
}