Skip to content

Commit

Permalink
remove unused upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed May 29, 2024
1 parent 4e75175 commit e57aab2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/upload-tiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@ tippecanoe --force -o ${MAPTILES_WORKING_DIR}/areas.pmtiles \
echo "**Uploading to remote storage"
rclone copy ${MAPTILES_WORKING_DIR}/areas.pmtiles ${S3_DEST}

echo "------ Generating organizations tiles file ------"
tippecanoe --force -o ${MAPTILES_WORKING_DIR}/organizations.pmtiles \
-l organizations -n "Organizations" \
-zg ${MAPTILES_WORKING_DIR}/organizations.geojson

echo "**Uploading to remote storage"
rclone copy ${MAPTILES_WORKING_DIR}/areas.pmtiles ${S3_DEST}
exit $?

0 comments on commit e57aab2

Please sign in to comment.