diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-18 21:02:41 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-18 21:02:41 +1000 |
commit | c9a9be779a56bbb4af2375b9702d762ebf43fefe (patch) | |
tree | ed743b424d358df7df439541268eb98318e492c5 /Makefile | |
parent | 2db70ba5db5eebd292ac08a0d10228b118bdbf27 (diff) |
report overlaps
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |