Add missing GeoJSONGeometryCollection type to GeoJSONFeature#geometry

This commit is contained in:
Frederic Junod
2015-06-10 17:55:29 +02:00
parent d8a495b639
commit d5ea855108

View File

@@ -123,7 +123,7 @@ var GeoJSONFeature = function() {};
/** /**
* @type {GeoJSONGeometry} * @type {GeoJSONGeometry|GeoJSONGeometryCollection}
*/ */
GeoJSONFeature.prototype.geometry; GeoJSONFeature.prototype.geometry;