From d6148d0c47f34c40dbd7196353ce8a2f09b00616 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 10 Jun 2021 10:30:15 +1000 Subject: test upload to API dev server --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 420720d..263f827 100644 --- a/Makefile +++ b/Makefile @@ -224,3 +224,6 @@ dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate mkdir -p $@ ./bin/candidates.js $^ $@ +testUploadCandidates: + ./upload/osm2change.py dist/candidates/newAddressWithoutConflicts/a4755005_Wodonga.osm + ./upload/upload.py -u 'vicmap_import' -p "${OSM_DEV_PASSWORD}" -c yes -m 'Vicmap Import Test Changeset' -y 'Vicmap Address' dist/candidates/newAddressWithoutConflicts/a4755005_Wodonga.osm -- cgit v1.2.3