Add guideposts to ski theme
This commit is contained in:
parent
3bca1305b5
commit
b51d4c7e2d
1 changed files with 16 additions and 2 deletions
|
@ -11,17 +11,31 @@
|
|||
"layers": [
|
||||
"ski_piste",
|
||||
"aerialway",
|
||||
{
|
||||
"builtin": [
|
||||
"guidepost",
|
||||
"map",
|
||||
"information_board"
|
||||
],
|
||||
"override":{
|
||||
"minzoom": 13
|
||||
},"pointRendering": [
|
||||
{
|
||||
"=iconSize": "25,25",
|
||||
"=label": null
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
"toilet",
|
||||
"drinking_water",
|
||||
"food",
|
||||
"map",
|
||||
"information_board",
|
||||
"viewpoint",
|
||||
"binocular"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16,
|
||||
"pointRendering": [
|
||||
{
|
||||
"=iconSize": "25,25",
|
||||
|
|
Loading…
Reference in a new issue