From e6f08df72caaeb3b5ebf306a7ee81a0abe076cc3 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sun, 3 Mar 2013 17:14:35 +0100 Subject: [PATCH] Add the normal sphere --- src/ol/sphere/normal.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/ol/sphere/normal.js diff --git a/src/ol/sphere/normal.js b/src/ol/sphere/normal.js new file mode 100644 index 0000000000..e07bf000b4 --- /dev/null +++ b/src/ol/sphere/normal.js @@ -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);