Skip to content

Commit

Permalink
feat(docker_extract): update "filesize is over 1GB" warning (#260)
Browse files Browse the repository at this point in the history
Update "filesize is over 1GB" warning

Co-authored-by: Markus Schlotbohm <[email protected]>
  • Loading branch information
missinglink and msschl authored Aug 22, 2021
1 parent 7f69de6 commit a8cc7e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ for PBF_FILE in "${PBF_FILES[@]}"; do
2>&1 echo 'You can also download pre-processed polyline extracts from Geocode Earth.';
2>&1 echo 'see: https://github.com/pelias/polylines#download-data';
2>&1 echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!';

2>&1 echo "Generating polylines from ${PBF_FILE} failed! The file is too large.";
2>&1 echo "Exiting...";
exit 1
done

Expand Down

0 comments on commit a8cc7e6

Please sign in to comment.