diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 23:52:00 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 23:52:00 +1000 |
commit | 8c77027738a71bff64ef8d02ac16eaa0c83f7bb3 (patch) | |
tree | c098da3732a04da568b9b7c9d604c7a6c85491e0 /Makefile | |
parent | 64e6b4e49bcd8bf8829bdcf627e7e87086588c36 (diff) |
add code to reduce overlapping points with different units only into addr:flats
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $@ $< |