diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-11 21:29:58 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-11 21:29:58 +1000 |
commit | 4dca486627fdd2569ef2733b0cbd7b8378dc1287 (patch) | |
tree | f48b769915ceb71a8c89f6171a251443005282ee /Makefile | |
parent | 33f40e58ead559d3df7a19f04c305aeb48b117a8 (diff) |
additional fgb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |