From c9a9be779a56bbb4af2375b9702d762ebf43fefe Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Fri, 18 Jun 2021 21:02:41 +1000 Subject: report overlaps --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92b6801..ae29621 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,9 @@ dist/vicmap-osm-uniq-flats-withinrange.geojson: dist/vicmap-osm-uniq-flats.geojs mkdir -p debug/reduceRangeDuplicates node --max_old_space_size=4096 ./bin/reduceRangeDuplicates.js --debug $< $@ +dist/vicmap-osm-overlapping.geojson: dist/vicmap-osm-uniq-flats-withinrange.geojson + node --max_old_space_size=4096 ./bin/reportOverlap.js $< $@ + 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 -- cgit v1.2.3