From 79df3eba02f1414b5d7268ae5f0c7b47adb37c9f Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 28 May 2014 17:42:55 +0100 Subject: Add the osm2pgsql style Also add a small script to do database updates --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..8fe6cc4 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash +rm -f hampshire-latest.osm.pbf +wget http://download.geofabrik.de/europe/great-britain/england/hampshire-latest.osm.pbf && osm2pgsql -s -S osm2pgsql.style -d hampshire hampshire-latest.osm.pbf -- cgit v1.2.3