Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Dec 14, 2023
1 parent e931ad1 commit 8c6c3a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ echo "CITY_ID: $CITY_ID"
node ./bin/excel2geojson.js $INPUT_DIR
node ./bin/geojson2mbtiles.js $INPUT_DIR $CITY_ID
node ./bin/createTilesJson.js ./$CITY_ID-v1.mbtiles

sqlite3 ./$CITY_ID-v1.mbtiles "PRAGMA integrity_check;"

pmtiles convert ./$CITY_ID-v1.mbtiles ./$CITY_ID-v1.pmtiles

ls $INPUT_DIR
Expand Down

0 comments on commit 8c6c3a4

Please sign in to comment.