mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Disable markersLayer in maps_controller.js by default to improve performance
This commit is contained in:
parent
54ba5566f1
commit
bdfa75cf70
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export default class extends Controller {
|
|||
var layerControl = L.control.layers(this.baseMaps(), controlsLayer).addTo(map);
|
||||
|
||||
this.addTileLayer(map);
|
||||
markersLayer.addTo(map);
|
||||
// markersLayer.addTo(map);
|
||||
polylineLayer.addTo(map);
|
||||
this.addLastMarker(map, markers);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue