2022-01-16 01:58:02 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
ts-node GenerateSeries.ts
|
|
|
|
# Move to the root of the repo
|
|
|
|
cd ../..
|
|
|
|
cd ../MapComplete-data
|
|
|
|
git pull
|
|
|
|
cd -
|
2022-01-26 21:46:04 +01:00
|
|
|
ts-node scripts/slice.ts ./Docs/Tools/centerpoints.geojson 8 ../MapComplete-data/mapcomplete-changes/
|
2022-01-16 01:58:02 +01:00
|
|
|
cd -
|
|
|
|
git add mapcomplete-changes/*
|
|
|
|
git commit -am "New changeset data"
|
|
|
|
git push
|