diff --git a/src/components/gpx/styles.ts b/src/components/gpx/styles.ts index 029fc60..0d45c6e 100644 --- a/src/components/gpx/styles.ts +++ b/src/components/gpx/styles.ts @@ -272,7 +272,7 @@ const styles = { return new Style({ image: new Icon({ src: hikerIcon, - scale: 1 / 30, + scale: 1 / 20, opacity: 0.9, anchor: [0.5, 0.5], }),