aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@ $<