Fewer blank lines
This commit is contained in:
@@ -7,7 +7,6 @@ goog.require('ol.proj.Projection');
|
||||
goog.require('ol.proj.Units');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Projection object for web/spherical Mercator (EPSG:3857).
|
||||
|
||||
@@ -6,7 +6,6 @@ goog.require('ol.proj.Units');
|
||||
goog.require('ol.sphere.WGS84');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Projection object for WGS84 geographic coordinates (EPSG:4326).
|
||||
|
||||
@@ -52,7 +52,6 @@ ol.proj.METERS_PER_UNIT[ol.proj.Units.METERS] = 1;
|
||||
ol.proj.METERS_PER_UNIT[ol.proj.Units.USFEET] = 1200 / 3937;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Projection definition class. One of these is created for each projection
|
||||
|
||||
Reference in New Issue
Block a user