forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
18e977db2a
commit
22a7a14880
111 changed files with 25070 additions and 1612 deletions
|
|
@ -25,7 +25,7 @@ export class UpdateLegacyLayer extends DesugaringStep<
|
|||
context = context.enter(json.id)
|
||||
let config = { ...json }
|
||||
|
||||
if(config["credits"] === "Not logged in"){
|
||||
if (config["credits"] === "Not logged in") {
|
||||
delete config["credits"]
|
||||
}
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ export class UpdateLegacyLayer extends DesugaringStep<
|
|||
delete config["wayHandling"]
|
||||
delete config["hideUnderlayingFeaturesMinPercentage"]
|
||||
const src = config.source
|
||||
if(src){
|
||||
if (src) {
|
||||
delete src["isOsmCache"]
|
||||
delete src["maxCacheAge"]
|
||||
delete src["widenFactor"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue