forked from MapComplete/MapComplete
Finish of the cleanup of themes as json
This commit is contained in:
parent
c5b7d66345
commit
165084d4d5
15 changed files with 352 additions and 333 deletions
46
assets/layers/information_board/information_board.json
Normal file
46
assets/layers/information_board/information_board.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"id": "information_boards",
|
||||
"name": {
|
||||
"nl": "Informatieborden",
|
||||
"en": "Information boards"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"overpassTags": {
|
||||
"and": [
|
||||
"information=board"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"nl": "Informatiebord",
|
||||
"en": "Information board"
|
||||
}
|
||||
},
|
||||
"description": {},
|
||||
"tagRenderings": [],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue