cleanup/remove unused option value
This commit is contained in:
parent
dcc5d3a554
commit
bc26eb3042
1 changed files with 0 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ BR.routeLoader = function (map, layersControl, routing, pois) {
|
||||||
(this._bounds = undefined), (this._trackPoints = []);
|
(this._bounds = undefined), (this._trackPoints = []);
|
||||||
this._currentGeoJSON = {};
|
this._currentGeoJSON = {};
|
||||||
this._options = {
|
this._options = {
|
||||||
ext: 'gpx',
|
|
||||||
showTrackLayer: true,
|
showTrackLayer: true,
|
||||||
showPointAsPoi: true,
|
showPointAsPoi: true,
|
||||||
simplifyTolerance: -1,
|
simplifyTolerance: -1,
|
||||||
|
|
@ -396,7 +395,6 @@ BR.routeLoader = function (map, layersControl, routing, pois) {
|
||||||
$('#navbarLoadEditTracks').click();
|
$('#navbarLoadEditTracks').click();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
RouteLoader.include(L.Evented.prototype);
|
RouteLoader.include(L.Evented.prototype);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue