mapcomplete/assets/layers/fixme/fixme.json

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

104 lines
2.6 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",
2023-09-19 14:22:52 +02:00
"pl": "Obiekty OSM z znacznikami FIXME",
2023-10-30 13:44:27 +01:00
"ca": "Objectes d'OSM amb etiquetes FIXME",
"cs": "Objekty OSM se značkami 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.",
2023-09-19 14:22:52 +02:00
"de": "OSM-Objekte, die wahrscheinlich korrigiert werden müssen, basierend auf einem FIXME-Tag.",
2023-10-30 13:44:27 +01:00
"ca": "Objectes OSM que probablement s'han de solucionar, basats en una etiqueta FIXME.",
"cs": "Objekty OSM, které je pravděpodobně nutné opravit na základě značky FIXME."
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",
2023-09-19 14:22:52 +02:00
"pl": "Obiekt OSM z znacznikiem FIXME",
2023-10-30 13:44:27 +01:00
"ca": "Objecte OSM amb etiqueta FIXME",
"cs": "Objekt OSM s tagem 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?",
2023-09-19 14:22:52 +02:00
"pl": "Co jest nie tak z tym obiektem?",
2023-10-30 13:44:27 +01:00
"ca": "Que hi ha mal amb aquest element?",
"cs": "Co je na této funkci špatného?"
},
"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",
2023-09-19 14:22:52 +02:00
"pl": "Ten problem został rozwiązany",
2023-10-30 13:44:27 +01:00
"ca": "Aquest problema s'ha resolt",
"cs": "Tento problém byl vyřešen"
}
}
],
2023-05-06 12:19:35 +02:00
"render": {
2023-05-18 19:47:49 +02:00
"en": "Fixme Text: {fixme}",
2023-09-19 14:22:52 +02:00
"de": "Fixme Text: {fixme}",
2023-10-30 13:44:27 +01:00
"ca": "Text Fixme: {fixme}",
"cs": "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}",
2023-09-19 14:22:52 +02:00
"pl": "Tekst notatki: {note}",
2023-10-30 13:44:27 +01:00
"ca": "Text de la nota: {note}",
"cs": "Text poznámky: {note}"
2023-05-06 12:19:35 +02:00
}
},
"all_tags"
],
2023-09-19 14:04:13 +02:00
"pointRendering": [
2023-05-06 12:19:35 +02:00
{
"location": [
"centroid",
"point"
],
"label": "<div class='bg-white rounded p-2'>{fixme}</div>",
"marker": [
{
"icon": "./assets/svg/bug.svg"
}
]
2023-09-19 14:04:13 +02:00
}
],
"lineRendering": [
2023-05-06 12:19:35 +02:00
{
"color": "#ff0000",
"dashArray": "5,5",
"width": 2
}
]
}