diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 10:30:15 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 10:30:15 +1000 |
commit | d6148d0c47f34c40dbd7196353ce8a2f09b00616 (patch) | |
tree | d8cbaa96de4f85f2269252269e24fbb2ed0db99b | |
parent | 0ae992506b69fbf56008972757edac8201d1f455 (diff) |
test upload to API dev server
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |