diff --git a/src/components/gpx/Gpx.tsx b/src/components/gpx/Gpx.tsx index 5f8e245..dcf4e5a 100644 --- a/src/components/gpx/Gpx.tsx +++ b/src/components/gpx/Gpx.tsx @@ -43,11 +43,13 @@ export const Gpx: Component = ({ map, gpxId }) => { source: vectorSources[0], style, declutter: true, + zIndex: 1, }), new VectorLayer({ source: vectorSources[1], style, declutter: false, + zIndex: 2, }), ]; createEffect(() => {