Configuration with more or less working scripts

This commit is contained in:
Pieter Vander Vennet 2023-01-17 02:00:57 +01:00
parent 3c345f43a3
commit 60583aa658
3 changed files with 10 additions and 2 deletions

View file

@ -56,7 +56,7 @@ class StatsDownloader {
}.day.json`
writtenFiles.push(path)
if (existsSync(path)) {
let features = JSON.parse(readFileSync(path, "UTF-8"))
let features = JSON.parse(readFileSync(path, { encoding: "utf-8" }))
features = features?.features ?? features
features.push(...features.features) // day-stats are generally a list already, but in some ad-hoc cases might be a geojson-collection too
console.log(