Remove decluttering which doesn't work nicely
This commit is contained in:
parent
3fd108177b
commit
543b7cd259
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue