forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
@ -313,7 +313,7 @@ export default class LayoutConfig implements LayoutInformation {
|
|||
if (tags === undefined) {
|
||||
return undefined
|
||||
}
|
||||
if(tags.id.startsWith("current_view")){
|
||||
if (tags.id.startsWith("current_view")) {
|
||||
return this.getLayer("current_view")
|
||||
}
|
||||
for (const layer of this.layers) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue