diff --git a/res/huroutes.js b/res/huroutes.js index 01585c3..06793a3 100644 --- a/res/huroutes.js +++ b/res/huroutes.js @@ -327,6 +327,7 @@ function initLazyOverlay(id, lg) const styleMap = r2[0]; lg.addLayer(L.geoJson(r1[0], { attribution: cfg.attribution, + interactive: false, style: (feature) => feature.properties.styleUrl && styleMap[feature.properties.styleUrl] }));