diff --git a/src/components/gpx/styles.ts b/src/components/gpx/styles.ts index bbe9632..029fc60 100644 --- a/src/components/gpx/styles.ts +++ b/src/components/gpx/styles.ts @@ -10,6 +10,7 @@ import cheeseIcon from '../../icons/cheese-svgrepo-com.svg'; import trainIcon from '../../icons/train-svgrepo-com.svg'; import picnicIcon from '../../icons/picnic-svgrepo-com.svg'; import caveIcon from '../../icons/cave-entrance-svgrepo-com.svg'; +import hikerIcon from '../../icons/hiker-svgrepo-com.svg'; import leftArrowIcon from '../../icons/right-arrow-svgrepo-com.svg'; import blackArrowheadPointingUp from '../../icons/black-arrowhead-pointing-up-svgrepo-com.svg'; import wptIconSel from '../../icons/location-pin-svgrepo-com-red.svg'; @@ -270,10 +271,10 @@ const styles = { if (isLast) { return new Style({ image: new Icon({ - src: wptIcon, - scale: 1 / 15, + src: hikerIcon, + scale: 1 / 30, opacity: 0.9, - anchor: [0.5, 1], + anchor: [0.5, 0.5], }), }); } diff --git a/src/icons/hiker-svgrepo-com.svg b/src/icons/hiker-svgrepo-com.svg new file mode 100644 index 0000000..b04b07d --- /dev/null +++ b/src/icons/hiker-svgrepo-com.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file