aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:39 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:39 +1000
commit8581d5182b9b0b126b6cf690e40740ebf5aa1c75 (patch)
treeeb5ee244f0931a35989dbfb60e05696f2835cf42 /Makefile
parentbf16ee83f422c06d0f49e09d53de843e128b0dc8 (diff)
reduce numbers within a range duplication
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ea62e0..6b1198b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,10 @@ dist/vicmap-osm-uniq-flats.geojson: dist/vicmap-osm-uniq.geojson
mkdir -p debug/reduceOverlap
node --max_old_space_size=4096 ./bin/reduceOverlap.js --debug $< $@
+dist/vicmap-osm-uniq-flats-withinrange.geojson: dist/vicmap-osm-uniq-flats.geojson
+ mkdir -p debug/reduceRangeDuplicates
+ node --max_old_space_size=4096 ./bin/reduceRangeDuplicates.js --debug $< $@
+
loadPgOSM: dist/vicmap-osm.geojson
ogr2ogr -f PostgreSQL PG: $< -lco UNLOGGED=YES -nln vm_osm