aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-03 15:03:55 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-03 15:03:55 +1000
commitdd18ea61bb911a82205518d555081c40e24cf4b4 (patch)
treebe6048c8c659a339de1298cbce05d5f51a4d91ab /Makefile
parentfdffebbf2495b8ca893be91d07927d6e88ad509d (diff)
fix converting property to flatgeobuf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9013347..9c3aabb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp: data/VI
unzip -d data/vicmap -n $<
data/vicmap-property.fgb: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/property_view.shp
- ogr2ogr -f FlatGeobuf $@ $<
+ ogr2ogr -f FlatGeobuf -nlt PROMOTE_TO_MULTI $@ $<
data/vicmap.geojson: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp
ogr2ogr -f GeoJSONSeq $@ $<