forked from MapComplete/MapComplete
New graphs, script to create slices centerpoints
This commit is contained in:
parent
4a8823af4b
commit
cce6a9e832
23 changed files with 42133 additions and 41166 deletions
13
Docs/Tools/cache_centerpoints.sh
Executable file
13
Docs/Tools/cache_centerpoints.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#! /bin/bash
|
||||
|
||||
ts-node GenerateSeries.ts
|
||||
# Move to the root of the repo
|
||||
cd ../..
|
||||
cd ../MapComplete-data
|
||||
git pull
|
||||
cd -
|
||||
ts-node scripts/slice.ts Docs/Tools/centerpoints.geojson 8 ../MapComplete-data/mapcomplete-changes/
|
||||
cd -
|
||||
git add mapcomplete-changes/*
|
||||
git commit -am "New changeset data"
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue