From e7dcddb1b678ff724d6c77e74484d06a4babc45e Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 1 Aug 2013 00:12:46 +0100 Subject: [PATCH] commit start of work, so no files are pending for new release --- external/L.Geodesic.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/external/L.Geodesic.js b/external/L.Geodesic.js index 59bf81a9..55985039 100644 --- a/external/L.Geodesic.js +++ b/external/L.Geodesic.js @@ -108,6 +108,13 @@ Modified by qnstie 2013-07-17 to maintain compatibility with Leaflet.draw } });*/ +//TODO: finish this... + L.GeodesicCircle = L.Path.extend({ + initialise: function (latlng, radius, options) { + L.Path.prototype.initialise.call(this, options); + } + }); + L.geodesicPolyline = function (latlngs, options) { return new L.GeodesicPolyline(latlngs, options);