commit start of work, so no files are pending for new release
This commit is contained in:
parent
8a9f595373
commit
e7dcddb1b6
7
external/L.Geodesic.js
vendored
7
external/L.Geodesic.js
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user