From dd18ea61bb911a82205518d555081c40e24cf4b4 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 15:03:55 +1000 Subject: fix converting property to flatgeobuf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3