diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filterSource.js | 4 | ||||
-rw-r--r-- | lib/toOSM.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/filterSource.js b/lib/filterSource.js index 1527045..7b92828 100644 --- a/lib/filterSource.js +++ b/lib/filterSource.js @@ -19,8 +19,8 @@ const buildingUnitTypeWhitelist = [ /** * Filters features based on the source schema - * - * @param {Object} feature + * + * @param {Object} feature * @returns {boolean} */ module.exports = (feature) => { diff --git a/lib/toOSM.js b/lib/toOSM.js index 409e80a..eb12c61 100644 --- a/lib/toOSM.js +++ b/lib/toOSM.js @@ -103,7 +103,7 @@ module.exports = (sourceFeature, options) => { } // display numbers used predominately in the City of Melbourne CBD by large properties. - // Primarily to simplify an assigned number range. + // Primarily to simplify an assigned number range. // so should map the assigned address or the signposted address? // every record has at least ROAD_NAME populated |