From 588b35cef949a27fe938e38d7710965405ffdac1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 4 May 2021 17:48:04 +1000 Subject: don't include building / property name --- lib/toOSM.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/toOSM.js') diff --git a/lib/toOSM.js b/lib/toOSM.js index 2a5c75c..95c387f 100644 --- a/lib/toOSM.js +++ b/lib/toOSM.js @@ -119,10 +119,6 @@ module.exports = (sourceFeature, options) => { } */ - if (sourceProperties.BUILDING) { - outputProperties['addr:housename'] = sourceProperties.BUILDING - } - // house_* const house_1 = [ sourceProperties.HSE_PREF1, -- cgit v1.2.3