From 2e7c7bda257d4bb8382f7f2679bcd64541ddd518 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 7 Oct 2023 18:39:21 +1100 Subject: Add deps to convertGeoJSONResultsToFGB rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3