From a618d9ddda3a310ddde67db8d319681a62803f15 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 25 May 2021 21:54:54 +1000 Subject: simplify to type/id --- bin/conflate.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/conflate.js') diff --git a/bin/conflate.js b/bin/conflate.js index ca54bff..225dd89 100755 --- a/bin/conflate.js +++ b/bin/conflate.js @@ -188,8 +188,7 @@ const conflate = new Transform({ if (osmPoly) { // address found within an existing OSM address polygon if (argv.debug) { - feature.properties._osmtype = osmPoly.properties['@type'] - feature.properties._osmid = osmPoly.properties['@id'] + feature.properties._osm = `${osmPoly.properties['@type']}/${osmPoly.properties['@id']}` } outputStreams.withinExistingOSMAddressPoly.write(feature) -- cgit v1.2.3