forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
d7509c8d6f
commit
66c27cbad4
127 changed files with 6557 additions and 2698 deletions
|
|
@ -8,10 +8,10 @@ export class AllSharedLayers {
|
|||
public static getSharedLayersConfigs(): Map<string, LayerConfigJson> {
|
||||
const sharedLayers = new Map<string, LayerConfigJson>()
|
||||
for (const layer of known_layers["layers"]) {
|
||||
if(layer.id === undefined){
|
||||
if (layer.id === undefined) {
|
||||
continue
|
||||
}
|
||||
sharedLayers.set(layer.id, <any> layer)
|
||||
sharedLayers.set(layer.id, <any>layer)
|
||||
}
|
||||
|
||||
return sharedLayers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue