diff --git a/src/components/gpx/Gpx.tsx b/src/components/gpx/Gpx.tsx index 1c6c667..b07a0b9 100644 --- a/src/components/gpx/Gpx.tsx +++ b/src/components/gpx/Gpx.tsx @@ -68,7 +68,7 @@ export const Gpx: Component = ({ map, gpxId }) => { const vectorLayer = new VectorLayer({ source: vectorSource, style, - declutter: false, + declutter: true, }); createEffect(() => map()?.addLayer(vectorLayer));