aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-10-07 18:39:21 +1100
committerYuchen Pei <id@ypei.org>2023-10-07 18:39:21 +1100
commit2e7c7bda257d4bb8382f7f2679bcd64541ddd518 (patch)
tree72232d4fc39b27b7a8092b2dbf2c83825301594a
parent01b1509cb381018d11446afdb2fdd342315306b1 (diff)
Add deps to convertGeoJSONResultsToFGB rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c902a1f..263fc5e 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ dist/vicmap-osm-uniq-flats-withinrange.geojson: dist/vicmap-osm-uniq-flats.geojs
dist/vicmap-osm-overlapping.geojson: dist/vicmap-osm-uniq-flats-withinrange.geojson
node --max_old_space_size=4096 ./bin/reportOverlap.js $< $@
-convertGeoJSONResultsToFGB:
+convertGeoJSONResultsToFGB: dist/vicmap-osm-with-suburb.geojson dist/vicmap-osm-uniq.geojson dist/vicmap-osm-uniq-flats.geojson dist/vicmap-osm-uniq-flats-withinrange.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