forked from MapComplete/MapComplete
Add possibility to use a cutom overpass script, add 'grassfields in parks'-layer
This commit is contained in:
parent
0d51015cc8
commit
f659bc1141
40 changed files with 499 additions and 222 deletions
|
@ -5,10 +5,12 @@
|
|||
"en": "Information boards"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"overpassTags": {
|
||||
"and": [
|
||||
"information=board"
|
||||
]
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"information=board"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
|
@ -16,7 +18,9 @@
|
|||
"en": "Information board"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [ "images"],
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "./assets/layers/information_board/board.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue