diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-04 20:51:07 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-07-04 20:51:07 +1000 |
commit | f13c60efaa68862872a7a927537924cf590f1e7a (patch) | |
tree | 173ff4275f403534d2dc965af178a9cc2dedbc56 /Makefile | |
parent | deffe3e80b786f5782c6915e3adabf855bd54ac4 (diff) |
candidates and upload tweaks
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -244,5 +244,5 @@ dist/candidates: data/victoria-admin-level10.osm.geojson dist/conflate ./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 + ./upload/osm2change.py dist/candidates/newAddressesInBlocksWithoutAnyExisting/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/newAddressesInBlocksWithoutAnyExisting/a4755005_Wodonga.osm |