diff --git a/src/ol/sphere/sphere.js b/src/ol/sphere/sphere.js index e33b56624c..259e6d3bfb 100644 --- a/src/ol/sphere/sphere.js +++ b/src/ol/sphere/sphere.js @@ -5,9 +5,6 @@ * Licensed under CC-BY-3.0. */ -// FIXME add intersection of two paths given start points and bearings -// FIXME add rhumb lines - goog.provide('ol.Sphere'); goog.require('goog.math');