Chore: formatting
This commit is contained in:
parent
35eff07c80
commit
c08fe03ed0
422 changed files with 31594 additions and 43019 deletions
|
@ -85,7 +85,12 @@ export class AvailableRasterLayers {
|
|||
matching.push(AvailableRasterLayers.bing)
|
||||
}
|
||||
matching.push(...AvailableRasterLayers.globalLayers)
|
||||
if(!matching.some(l => l.id === AvailableRasterLayers.defaultBackgroundLayer.properties.id)){
|
||||
if (
|
||||
!matching.some(
|
||||
(l) =>
|
||||
l.id === AvailableRasterLayers.defaultBackgroundLayer.properties.id
|
||||
)
|
||||
) {
|
||||
matching.push(AvailableRasterLayers.defaultBackgroundLayer)
|
||||
}
|
||||
return matching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue