forked from MapComplete/MapComplete
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": [
|
"layers": [
|
||||||
"ski_piste",
|
"ski_piste",
|
||||||
"aerialway",
|
"aerialway",
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"guidepost",
|
||||||
|
"map",
|
||||||
|
"information_board"
|
||||||
|
],
|
||||||
|
"override":{
|
||||||
|
"minzoom": 13
|
||||||
|
},"pointRendering": [
|
||||||
|
{
|
||||||
|
"=iconSize": "25,25",
|
||||||
|
"=label": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": [
|
"builtin": [
|
||||||
"toilet",
|
"toilet",
|
||||||
"drinking_water",
|
"drinking_water",
|
||||||
"food",
|
"food",
|
||||||
"map",
|
|
||||||
"information_board",
|
|
||||||
"viewpoint",
|
"viewpoint",
|
||||||
"binocular"
|
"binocular"
|
||||||
],
|
],
|
||||||
"override": {
|
"override": {
|
||||||
|
"minzoom": 16,
|
||||||
"pointRendering": [
|
"pointRendering": [
|
||||||
{
|
{
|
||||||
"=iconSize": "25,25",
|
"=iconSize": "25,25",
|
||||||
|
|
Loading…
Reference in a new issue