diff --git a/package.json b/package.json index dcf6f42..656abbe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "boundaries": "npx tsx scripts/boundaries.ts", "boundaries:cpp": ".\\dist\\win-x64\\boundaries.exe", "boundaries:cpp:all": ".\\dist\\win-x64\\boundaries.exe --country=all", - "boundaries:cpp:all:split": ".\\dist\\win-x64\\boundaries.exe --country=all --split-levels=1,2", + "boundaries:cpp:all:split": ".\\dist\\win-x64\\boundaries.exe --country=all --split-levels=0,1,2,3,4,5 --resolution=3", "boundaries:cpp:linux": "./dist/linux-x64/boundaries", "boundaries:cpp:linux:all": "./dist/linux-x64/boundaries --country=all", "refresh": "npx tsx scripts/refresh-database.ts"