Add the normal sphere
This commit is contained in:
10
src/ol/sphere/normal.js
Normal file
10
src/ol/sphere/normal.js
Normal file
@@ -0,0 +1,10 @@
|
||||
goog.provide('ol.sphere.NORMAL');
|
||||
|
||||
goog.require('ol.Sphere');
|
||||
|
||||
|
||||
/**
|
||||
* The normal sphere.
|
||||
* @const {ol.Sphere}
|
||||
*/
|
||||
ol.sphere.NORMAL = new ol.Sphere(6370997);
|
||||
Reference in New Issue
Block a user