diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vicmap2osm.js | 4 |
1 files changed, 3 insertions, 1 deletions
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 |