From 1fb50dc6bd36582093d5bf8009f7030214cfe3ef Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Mon, 11 Sep 2017 17:10:01 -0400 Subject: [PATCH] removed superfluous conditional --- helper/geojsonify.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helper/geojsonify.js b/helper/geojsonify.js index 0fc96ea1..92b17b2f 100644 --- a/helper/geojsonify.js +++ b/helper/geojsonify.js @@ -83,11 +83,6 @@ function addName(src, dst) { */ function addBBoxPerFeature(geojson) { geojson.features.forEach(feature => { - - if (!feature.properties.hasOwnProperty('bounding_box')) { - return; - } - if (feature.properties.bounding_box) { feature.bbox = [ feature.properties.bounding_box.min_lon,