From 0ba7856d4913ce9adfafef3ec7a30fce13785da7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 23 Aug 2015 11:59:39 -0600 Subject: [PATCH] Remove FIXMEs --- src/ol/sphere/sphere.js | 3 --- 1 file changed, 3 deletions(-) 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');