Dedicated module for ol.proj.Projection
This commit is contained in:
@@ -35,14 +35,6 @@ ol.proj.EPSG4326_ = function(code, opt_axisOrientation) {
|
||||
ol.inherits(ol.proj.EPSG4326_, ol.proj.Projection);
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.proj.EPSG4326_.prototype.getPointResolution = function(resolution, point) {
|
||||
return resolution;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Extent of the EPSG:4326 projection which is the whole world.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user