forked from MapComplete/MapComplete
Chore: lint themes and layers
This commit is contained in:
parent
456da1b6c3
commit
d7115e46ee
20 changed files with 24 additions and 24 deletions
|
@ -504,4 +504,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5294,4 +5294,4 @@
|
|||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -386,4 +386,4 @@
|
|||
"accepts_debit_cards",
|
||||
"accepts_credit_cards"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -134,4 +134,4 @@
|
|||
"lineCap": "square"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -244,4 +244,4 @@
|
|||
"fr": "Une couche affichant les douches (publiques)",
|
||||
"ca": "Una capa que mostra dutxes (públiques)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,4 +172,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1607,4 +1607,4 @@
|
|||
]
|
||||
},
|
||||
"credits": "joost schouppe"
|
||||
}
|
||||
}
|
|
@ -465,4 +465,4 @@
|
|||
"toilet"
|
||||
],
|
||||
"credits": "Christian Neumann <christian@utopicode.de>"
|
||||
}
|
||||
}
|
|
@ -19,4 +19,4 @@
|
|||
"startLat": 53.0565,
|
||||
"startLon": 8.7492,
|
||||
"startZoom": 11
|
||||
}
|
||||
}
|
|
@ -288,4 +288,4 @@
|
|||
}
|
||||
],
|
||||
"hideFromOverview": false
|
||||
}
|
||||
}
|
|
@ -69,4 +69,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -773,4 +773,4 @@
|
|||
"overpassMaxZoom": 15,
|
||||
"osmApiTileSize": 17,
|
||||
"credits": "Pieter Vander Vennet"
|
||||
}
|
||||
}
|
|
@ -525,4 +525,4 @@
|
|||
]
|
||||
},
|
||||
"enableDownload": true
|
||||
}
|
||||
}
|
|
@ -144,7 +144,7 @@
|
|||
"width": 5
|
||||
}
|
||||
],
|
||||
"=presets": [ ],
|
||||
"=presets": [],
|
||||
"source": {
|
||||
"=osmTags": {
|
||||
"and": [
|
||||
|
@ -220,4 +220,4 @@
|
|||
}
|
||||
],
|
||||
"credits": "Niels Elgaard Larsen"
|
||||
}
|
||||
}
|
|
@ -71,4 +71,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -412,4 +412,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -239,4 +239,4 @@
|
|||
"hideFromOverview": true,
|
||||
"enableMoreQuests": false,
|
||||
"enableShareScreen": false
|
||||
}
|
||||
}
|
|
@ -62,4 +62,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -271,4 +271,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@ import { writeFileSync } from "fs"
|
|||
import {
|
||||
FixLegacyTheme,
|
||||
UpdateLegacyLayer,
|
||||
} from "../Models/ThemeConfig/Conversion/LegacyJsonConvert"
|
||||
import Translations from "../UI/i18n/Translations"
|
||||
import { Translation } from "../UI/i18n/Translation"
|
||||
import { LayerConfigJson } from "../Models/ThemeConfig/Json/LayerConfigJson"
|
||||
} from "../src/Models/ThemeConfig/Conversion/LegacyJsonConvert"
|
||||
import Translations from "../src/UI/i18n/Translations"
|
||||
import { Translation } from "../src/UI/i18n/Translation"
|
||||
import { LayerConfigJson } from "../src/Models/ThemeConfig/Json/LayerConfigJson"
|
||||
|
||||
/*
|
||||
* This script reads all theme and layer files and reformats them inplace
|
||||
|
|
Loading…
Reference in a new issue