forked from MapComplete/MapComplete
Add label and sport shops
This commit is contained in:
parent
a1e7474fb4
commit
c7526573b9
3 changed files with 33 additions and 9 deletions
|
@ -9,7 +9,7 @@
|
|||
"source": {
|
||||
"osmTags": "leisure=fitness_centre"
|
||||
},
|
||||
"minzoom": 13,
|
||||
"minzoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Fitness Centre"
|
||||
|
@ -17,9 +17,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": {
|
||||
"en": "Fitness Centre {name}"
|
||||
}
|
||||
"then": "{name}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -75,7 +73,8 @@
|
|||
"centroid"
|
||||
],
|
||||
"icon": "circle:white;./assets/layers/fitness_centre/gym.svg",
|
||||
"iconSize": "40,40,center"
|
||||
"iconSize": "40,40,center",
|
||||
"label": "{name}"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue