forked from MapComplete/MapComplete
Fixes to the layers
This commit is contained in:
parent
161bcc8647
commit
83b75735ce
7 changed files with 34 additions and 28 deletions
|
@ -224,7 +224,8 @@
|
|||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -332,7 +333,8 @@
|
|||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -1010,7 +1012,8 @@
|
|||
{
|
||||
"icon": "./assets/themes/climbing/climbing_unknown.svg",
|
||||
"location": [
|
||||
"point","centroid"
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue