mapcomplete/assets/layers/information_board/information_board.json

49 lines
814 B
JSON

{
"id": "information_board",
"name": {
"nl": "Informatieborden",
"en": "Information boards"
},
"minzoom": 12,
"source": {
"osmTags": {
"and": [
"information=board"
]
}
},
"title": {
"render": {
"nl": "Informatiebord",
"en": "Information board"
}
},
"tagRenderings": [
"images"
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/layers/information_board/board.svg"
},
"width": {
"render": "8"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"tourism=information",
"information=board"
],
"title": {
"nl": "Informatiebord",
"en": "Information board"
}
}
]
}