Changed loaded track to noninteractive
This commit is contained in:
parent
1096467339
commit
ee54d45790
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ BR.tracksLoader = function(map, layersControl) {
|
|||
TracksLoader = L.Control.FileLayerLoad.extend({
|
||||
options: {
|
||||
layer: L.geoJson,
|
||||
layerOptions: { style: { color: 'blue' } },
|
||||
layerOptions: { style: { color: 'blue' }, interactive: false },
|
||||
addToMap: false,
|
||||
// File size limit in kb (default: 1024) ?
|
||||
fileSizeLimit: 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue