diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-07 22:00:50 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-07 22:00:50 +1000 |
commit | 5025e9043f17b8c4ee38d9bd8a058801fc4576b4 (patch) | |
tree | 5a1ff2be7dfd7e25f4d382a4467f8687f42815e8 /Makefile | |
parent | 8581d5182b9b0b126b6cf690e40740ebf5aa1c75 (diff) |
fix pg load of vmprop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |