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