Browse Source

removed commented out line

pull/1002/head
Stephen Hess 7 years ago
parent
commit
b02d20c5ee
  1. 1
      helper/geojsonify.js

1
helper/geojsonify.js

@ -51,7 +51,6 @@ function geojsonifyPlace(params, place) {
output.bounding_box = place.bounding_box;
}
// addMetaData(place, output);
addName(place, output);
addDetails(params, place, output);

Loading…
Cancel
Save