diff --git a/externs/geojson.js b/externs/geojson.js index 2400a1dd1d..e96d5409dc 100644 --- a/externs/geojson.js +++ b/externs/geojson.js @@ -34,11 +34,17 @@ GeoJSONObject.prototype.crs; /** * @constructor - * @extends {GeoJSONObject} */ var GeoJSONCRS = function() {}; +/** + * CRS type. One of `link` or `name`. + * @type {string} + */ +GeoJSONCRS.prototype.type; + + /** * TODO: remove GeoJSONCRSCode when http://jira.codehaus.org/browse/GEOS-5996 * is fixed and widely deployed.