diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:40:39 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:40:39 +1000 |
commit | 84fd967919275fd1d7edc52f76d61d4ff959ad2d (patch) | |
tree | f70b16238b36ca294c118236efb2c68c410b4c0b /Makefile | |
parent | 986935c01827b43e5e96333b8e97dd220ac41684 (diff) |
log feature counts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,7 +26,9 @@ data/vicmap-property.fgb: data/vicmap/ll_gda94/sde_shape/whole/VIC/VMPROP/layer/ data/vicmap.geojson: ogr2ogr -f GeoJSONSeq $@ data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp + wc -l $@ +# used for quick debugging vicmapExtract: ogr2ogr -f GeoJSONSeq -clipsrc 144.95392 -37.80260 144.97298 -37.79204 data/vicmap.geojson data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp @@ -36,6 +38,7 @@ cleanDist: dist/vicmap-osm.geojson: data/vicmap.geojson mkdir -p dist ./bin/vicmap2osm.js $< $@ + wc -l $@ dist/vicmap-osm.mbtiles: dist/vicmap-osm.geojson tippecanoe --force -o $@ --minimum-zoom=12 --maximum-zoom=12 --no-feature-limit --no-tile-size-limit --no-tile-stats --read-parallel $< |