Files
openlayers/src/ol/sphere/normal.js
2013-03-04 00:12:51 +01:00

11 lines
159 B
JavaScript

goog.provide('ol.sphere.NORMAL');
goog.require('ol.Sphere');
/**
* The normal sphere.
* @const {ol.Sphere}
*/
ol.sphere.NORMAL = new ol.Sphere(6370997);