forked from MapComplete/MapComplete
"working"
This commit is contained in:
parent
8fc56f7487
commit
cc0c925b81
27 changed files with 4743 additions and 17591 deletions
|
@ -11,7 +11,7 @@ function main(args) {
|
|||
const path = args[0]
|
||||
const key = args[1]
|
||||
|
||||
const data = JSON.parse(fs.readFileSync(path, "UTF8"))
|
||||
const data = JSON.parse(fs.readFileSync(path, { encoding: "utf8" }))
|
||||
const perProperty = new Map<string, any[]>()
|
||||
|
||||
console.log("Partitioning", data.features.length, "features")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue