Add missing GeoJSONGeometryCollection type to GeoJSONFeature#geometry
This commit is contained in:
@@ -123,7 +123,7 @@ var GeoJSONFeature = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @type {GeoJSONGeometry}
|
||||
* @type {GeoJSONGeometry|GeoJSONGeometryCollection}
|
||||
*/
|
||||
GeoJSONFeature.prototype.geometry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user