mapcomplete/assets/layers/fixme/fixme.json

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

55 lines
914 B
JSON
Raw Normal View History

2023-05-06 12:19:35 +02:00
{
"id": "fixme",
"name": {
"en": "OSM objects with FIXME tags"
},
"minzoom": 12,
"description": {
"en": "OSM objects that likely need to be fixed, based on a FIXME tag."
},
"shownByDefault": false,
"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": {
"en": "OSM object with FIXME tag"
}
},
"tagRenderings": [
{
"id": "fixme",
"render": {
"en": "Fixme Text: {fixme}"
}
},
{
"id": "note",
"condition": "note~*",
"render": {
"en": "Note Text: {note}"
}
},
"all_tags"
],
"mapRendering": [
{
"location": [
"centroid",
"point"
],
"icon": "./assets/svg/bug.svg"
},
{
"color": "#ff0000",
"dashArray": "5,5",
"width": 2
}
]
}