Browse Source

getting bbox test to pass

fuzzy
Harish Krishna 10 years ago
parent
commit
82d7bb8e1d
  1. 2
      test/unit/helper/geojsonify.js

2
test/unit/helper/geojsonify.js

@ -101,7 +101,7 @@ module.exports.tests.search = function(test, common) {
var expected = {
"type": "FeatureCollection",
"bbox": [ -0.1069716, 51.517806, -0.101795, 51.5337144 ],
"bbox": [ -73.985656, 40.748432, -0.101795, 51.5337144 ],
"features": [
{
"type": "Feature",

Loading…
Cancel
Save