Merge pull request #6357 from fredj/geojson_externs
Fix GeoJSONCRSCode definition
This commit is contained in:
+8
-8
@@ -64,19 +64,19 @@ GeoJSONCRS.prototype.properties;
|
|||||||
var GeoJSONCRSCode = function() {};
|
var GeoJSONCRSCode = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @constructor
|
|
||||||
*/
|
|
||||||
var GeoJSONCRSName = function() {};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed
|
* TODO: remove this when http://jira.codehaus.org/browse/GEOS-5996 is fixed
|
||||||
* and widely deployed.
|
* and widely deployed.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
GeoJSONCRSName.prototype.code;
|
GeoJSONCRSCode.prototype.code;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @constructor
|
||||||
|
*/
|
||||||
|
var GeoJSONCRSName = function() {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user