Add missing GeoJSONFeature#bbox property

See http://geojson.org/geojson-spec.html#bounding-boxes
This commit is contained in:
Frederic Junod
2015-01-20 15:17:26 +01:00
parent c185bf8f30
commit d8984ca1aa

View File

@@ -110,6 +110,12 @@ GeoJSONGeometryCollection.prototype.geometries;
var GeoJSONFeature = function() {};
/**
* @type {!Array.<number>|undefined}
*/
GeoJSONFeature.prototype.bbox;
/**
* @type {GeoJSONGeometry}
*/