aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-02 23:52:00 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-02 23:52:00 +1000
commit8c77027738a71bff64ef8d02ac16eaa0c83f7bb3 (patch)
treec098da3732a04da568b9b7c9d604c7a6c85491e0 /Makefile
parent64e6b4e49bcd8bf8829bdcf627e7e87086588c36 (diff)
add code to reduce overlapping points with different units only into addr:flats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2482720..28e23a4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ data/vicmap.geojson: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/addres
dist/vicmap-osm.geojson: data/vicmap.geojson
./vicmap2osm.js $< $@
+dist/vicmap-osm-flats.geojson: dist/vicmap-osm.geojson
+ ./reduceOverlap.js $< $@
+
data/vicmap.fgb: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp
ogr2ogr -f FlatGeobuf $@ $<