forked from MapComplete/MapComplete
Themes: lint layers to use an array instead of a string for 'snapToLayers'
This commit is contained in:
parent
538facb1d7
commit
d534842d05
9 changed files with 43 additions and 15 deletions
|
@ -592,7 +592,9 @@
|
|||
"de": "eine an einer Wand montierte Überwachungskamera",
|
||||
"es": "una cámara de vigilancia montada en una pared"
|
||||
},
|
||||
"snapToLayer": "walls_and_buildings"
|
||||
"snapToLayer": [
|
||||
"walls_and_buildings"
|
||||
]
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue