disable neighbours layer by default
This commit is contained in:
parent
0e875807ce
commit
07c1314cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@
|
||||||
|
|
||||||
// add layers to map that should be enabled by default
|
// add layers to map that should be enabled by default
|
||||||
nodesLayerGroup.addTo(map);
|
nodesLayerGroup.addTo(map);
|
||||||
neighboursLayerGroup.addTo(map);
|
// neighboursLayerGroup.addTo(map);
|
||||||
legend.addTo(map);
|
legend.addTo(map);
|
||||||
|
|
||||||
// remove outline when map clicked
|
// remove outline when map clicked
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue