Skip to content

Commit

Permalink
Disabled link-cursor for curves
Browse files Browse the repository at this point in the history
  • Loading branch information
Sp3EdeR committed Jan 11, 2024
1 parent 0729f0d commit d3b74f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/huroutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}));
Expand Down

0 comments on commit d3b74f7

Please sign in to comment.