cleanup/remove unused option value

This commit is contained in:
Marcus Jaschen 2021-03-24 11:45:14 +01:00
parent dcc5d3a554
commit bc26eb3042

View file

@ -87,7 +87,6 @@ BR.routeLoader = function (map, layersControl, routing, pois) {
(this._bounds = undefined), (this._trackPoints = []);
this._currentGeoJSON = {};
this._options = {
ext: 'gpx',
showTrackLayer: true,
showPointAsPoi: true,
simplifyTolerance: -1,
@ -396,7 +395,6 @@ BR.routeLoader = function (map, layersControl, routing, pois) {
$('#navbarLoadEditTracks').click();
}
},
});
RouteLoader.include(L.Evented.prototype);