Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Use Geofabrick for raw OSM data (#5)
Browse files Browse the repository at this point in the history
- This is because of Mapzen's shutdown which ended Metro Extracts data service
  • Loading branch information
chrissng committed Jun 7, 2018
1 parent 4f7e502 commit 506607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 506607a

Please sign in to comment.