location geometry should not be interactive so you can click "through" it

This commit is contained in:
Laura Klünder 2019-12-23 16:47:56 +01:00
parent 68b9c34640
commit 2d2d3bef6a

View file

@ -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]);
}, },