Add the normal sphere

This commit is contained in:
Tom Payne
2013-03-03 17:14:35 +01:00
parent 684ea35673
commit e6f08df72c

10
src/ol/sphere/normal.js Normal file
View 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);