Skip to content

Commit 489241f

Browse files
committed
remove markerIcon
1 parent b76a63e commit 489241f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/laeflet-react-track-player/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class LeafletReactTrackPlayer extends MapLayer {
6464
!this.props.customMarker ? " default" : ""
6565
}" style="background: url('${
6666
this.props.customMarker
67-
? this.props.markerIcon
67+
? this.props.iconCustomMarker
6868
: "https://unpkg.com/leaflet@1.3.4/dist/images/marker-icon-2x.png"
6969
}') no-repeat center; height: 100%; transform: rotate(${
7070
this.props.customMarker && this.props.customCourse ? rotate : 0

0 commit comments

Comments
 (0)