Don't filter points of GeoJSON layer (#727)
This commit is contained in:
parent
b772924106
commit
43b1b70a0a
3 changed files with 10 additions and 6 deletions
|
|
@ -296,7 +296,7 @@ BR.routeLoader = function (map, layersControl, routing, pois) {
|
|||
},
|
||||
|
||||
addTrackOverlay: function (geoJSON) {
|
||||
this._trackLayer = L.geoJSON(geoJSON, BR.Track.getGeoJsonOptions(layersControl)).addTo(map);
|
||||
this._trackLayer = L.geoJSON(geoJSON, BR.Track.getGeoJsonOptions(layersControl, true)).addTo(map);
|
||||
|
||||
layersControl.addOverlay(this._trackLayer, BR.Util.sanitizeHTMLContent(this._layerName));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue