Remove GeoJSONObject extends from GeoJSONLink
Otherwise CRS object may have a `boox` or a `crs` property
This commit is contained in:
+5
-1
@@ -157,7 +157,6 @@ GeoJSONFeatureCollection.prototype.features;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {GeoJSONObject}
|
|
||||||
*/
|
*/
|
||||||
var GeoJSONLink = function() {};
|
var GeoJSONLink = function() {};
|
||||||
|
|
||||||
@@ -166,3 +165,8 @@ var GeoJSONLink = function() {};
|
|||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
GeoJSONLink.prototype.href;
|
GeoJSONLink.prototype.href;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
|
GeoJSONLink.prototype.type;
|
||||||
|
|||||||
Reference in New Issue
Block a user