diff --git a/build.sh b/build.sh index 00eb9f3..8169745 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ cd openmaptiles mkdir -p data echo "====> : Downloading Singapore Metro Extract" -curl https://s3.amazonaws.com/metro-extracts.mapzen.com/singapore.osm.pbf -o data/singapore.osm.pbf +curl https://download.geofabrik.de/asia/malaysia-singapore-brunei-latest.osm.pbf -o data/singapore.osm.pbf cp ../.env .env cp ../docker-compose-config.yml data/docker-compose-config.yml