aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-11 21:29:58 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-11 21:29:58 +1000
commit4dca486627fdd2569ef2733b0cbd7b8378dc1287 (patch)
treef48b769915ceb71a8c89f6171a251443005282ee /Makefile
parent33f40e58ead559d3df7a19f04c305aeb48b117a8 (diff)
additional fgb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e07731..f15f954 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ dist/vicmap-osm-uniq-flats-withinrange.geojson: dist/vicmap-osm-uniq-flats.geojs
convertGeoJSONResultsToFGB:
ogr2ogr -f FlatGeobuf dist/vicmap-osm.fgb dist/vicmap-osm.geojson
+ ogr2ogr -f FlatGeobuf dist/vicmap-osm-with-suburb.fgb dist/vicmap-osm-with-suburb.geojson
ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq.fgb dist/vicmap-osm-uniq.geojson
ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq-flats.fgb dist/vicmap-osm-uniq-flats.geojson
ogr2ogr -f FlatGeobuf dist/vicmap-osm-uniq-flats-withinrange.fgb dist/vicmap-osm-uniq-flats-withinrange.geojson