diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 15:03:55 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 15:03:55 +1000 |
commit | dd18ea61bb911a82205518d555081c40e24cf4b4 (patch) | |
tree | be6048c8c659a339de1298cbce05d5f51a4d91ab /Makefile | |
parent | fdffebbf2495b8ca893be91d07927d6e88ad509d (diff) |
fix converting property to flatgeobuf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |