We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76a63e commit 489241fCopy full SHA for 489241f
src/laeflet-react-track-player/index.js
@@ -64,7 +64,7 @@ class LeafletReactTrackPlayer extends MapLayer {
64
!this.props.customMarker ? " default" : ""
65
}" style="background: url('${
66
this.props.customMarker
67
- ? this.props.markerIcon
+ ? this.props.iconCustomMarker
68
: "https://unpkg.com/leaflet@1.3.4/dist/images/marker-icon-2x.png"
69
}') no-repeat center; height: 100%; transform: rotate(${
70
this.props.customMarker && this.props.customCourse ? rotate : 0
0 commit comments