Created
June 4, 2017 10:37
-
-
Save JamesKingdom/8705ddf88a9456f761d3354111238f1c to your computer and use it in GitHub Desktop.
switch2osm script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get install software-properties-common | |
add-apt-repository ppa:kakrueger/openstreetmap | |
apt-get update | |
apt-get install libapache2-mod-tile | |
wget http://download.geofabrik.de/europe/great-britain/england/west-sussex-latest.osm.pbf | |
osm2pgsql --slim -C 7500 --number-processes 8 west-sussex-latest.osm.pbf | |
touch /var/lib/mod_tile/planet-import-complete | |
/etc/init.d/renderd restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment