location geometry should not be interactive so you can click "through" it
This commit is contained in:
parent
68b9c34640
commit
2d2d3bef6a
1 changed files with 1 additions and 0 deletions
|
@ -1386,6 +1386,7 @@ c3nav = {
|
||||||
style: {
|
style: {
|
||||||
color: c3nav._primary_color,
|
color: c3nav._primary_color,
|
||||||
fillOpacity: 0.2,
|
fillOpacity: 0.2,
|
||||||
|
interactive: false,
|
||||||
}
|
}
|
||||||
}).addTo(c3nav._locationLayers[data.level]);
|
}).addTo(c3nav._locationLayers[data.level]);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue