Skip to content

Instantly share code, notes, and snippets.

@JamesKingdom
Created June 4, 2017 10:37
Show Gist options
  • Save JamesKingdom/8705ddf88a9456f761d3354111238f1c to your computer and use it in GitHub Desktop.
Save JamesKingdom/8705ddf88a9456f761d3354111238f1c to your computer and use it in GitHub Desktop.
switch2osm script
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