aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:50 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:50 +1000
commit5025e9043f17b8c4ee38d9bd8a058801fc4576b4 (patch)
tree5a1ff2be7dfd7e25f4d382a4467f8687f42815e8 /Makefile
parent8581d5182b9b0b126b6cf690e40740ebf5aa1c75 (diff)
fix pg load of vmprop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b1198b..e834b2c 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ loadPgAdd: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp
psql -f src/createIndexQuery.sql --tuples-only | psql
loadPgProp: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp
- ogr2ogr -f PostgreSQL PG: $< -lco UNLOGGED=YES -nln vmprop
+ ogr2ogr -f PostgreSQL PG: $< -lco UNLOGGED=YES -nln vmprop -nlt MULTIPOLYGON
data/victoria.osm.pbf:
wget --no-verbose --directory-prefix=data http://download.openstreetmap.fr/extracts/oceania/australia/victoria.osm.pbf