Remove decluttering which doesn't work nicely

This commit is contained in:
Eric van der Vlist 2023-02-16 16:08:54 +01:00
parent 3fd108177b
commit 543b7cd259
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export const Gpx: Component<Props> = ({ map, gpxId }) => {
const vectorLayer = new VectorLayer({
source: vectorSource,
style,
declutter: true,
declutter: false,
});
createEffect(() => map()?.addLayer(vectorLayer));