From 5a92c566376ce7105dac609e7a1beae3e5100232 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 8 Jun 2021 16:33:11 +1000 Subject: exclude addr:suburb, addr:postcode, addr:state due to some opposition from the local community --- bin/vicmap2osm.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/vicmap2osm.js') diff --git a/bin/vicmap2osm.js b/bin/vicmap2osm.js index 97139ab..dfd1eeb 100755 --- a/bin/vicmap2osm.js +++ b/bin/vicmap2osm.js @@ -50,7 +50,9 @@ const transform = new Transform({ // convert source Feature into a Feature per the OSM schema const osm = toOSM(feature, { - tracing: argv.tracing + tracing: argv.tracing, + /* omit addr:suburb, addr:postcode, addr:state */ + includeDerivableProperties: false }) // some addresses we skip importing into OSM, see README.md#omitted-addresses -- cgit v1.2.3