Skip to content

Commit

Permalink
update import from overpass (#5716)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Marchant <[email protected]>
  • Loading branch information
jordanmurray35 and bmarchant authored Oct 26, 2023
1 parent f066967 commit aac960e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ run-overpass()
# Import data from overpass instance using a bounding box file
run-overpass-bounds()
{
hoot convert -D bounds.input.file=$BOUNDING_BOX -D overpass.api.query.path=$OQF -D schema.translation.script=$TRANSLATE_SCRIPT \
-D hoot.pkcs12.key.path=$CERT_PATH -D hoot.pkcs12.key.phrase=$CERT_PW -D overpass.api.host=$OVERPASS_API_HOST \
"${OP_URL}" ${OUTPUT_GPKG}

hoot convert -D bounds.input.file=$BOUNDING_BOX -D overpass.api.query.path=$OQF \
-D hoot.pkcs12.key.path=$CERT_PATH -D hoot.pkcs12.key.phrase=$CERT_PW -D overpass.api.host=$OVERPASS_API_HOST \
"${OP_URL}" $OUTPUT_OSM
Expand Down

0 comments on commit aac960e

Please sign in to comment.