aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/toOSM.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/toOSM.js b/lib/toOSM.js
index afa8057..1e30f4d 100644
--- a/lib/toOSM.js
+++ b/lib/toOSM.js
@@ -111,6 +111,7 @@ module.exports = (sourceFeature, options) => {
if (bld_unit) {
// building unit type (Unit, Shop, Suite...)
// only included if a unit value is set
+ /* currently ommitted
if (sourceProperties.BLGUNTTYP) {
if (sourceProperties.BLGUNTTYP in buildingUnitType) {
outputProperties['addr:unit:prefix'] = capitalCase(buildingUnitType[sourceProperties.BLGUNTTYP])
@@ -120,6 +121,7 @@ module.exports = (sourceFeature, options) => {
}
}
}
+ */
outputProperties['addr:unit'] = bld_unit
}