commit start of work, so no files are pending for new release

This commit is contained in:
Jon Atkins 2013-08-01 00:12:46 +01:00
parent 8a9f595373
commit e7dcddb1b6

View File

@ -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);