File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ yarn add leaflet-react-track-player
5252 progressFormat={this.state.type}
5353 customMarker={true}
5454 changeCourseCustomMarker={true}
55- markerIcon ={"/img/mech.svg"}
55+ iconCustomMarker ={"/img/mech.svg"}
5656 />
5757 <TileLayer
5858 attribution="&copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors"
Original file line number Diff line number Diff line change 11{
22 "name" : " leaflet-react-track-player" ,
33 "description" : " This is plugin to react-leaflet. It create player for control of track." ,
4- "version" : " 1.2.1 " ,
4+ "version" : " 1.2.2 " ,
55 "private" : false ,
66 "main" : " lib/index.js" ,
77 "homepage" : " https://github.com/argonavt11/leaflet-react-track-player" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class App extends Component {
3434 customMarker = { true }
3535 streamData = { true }
3636 changeCourseCustomMarker = { true }
37- markerIcon = { "/img/mech.svg" }
37+ iconCustomMarker = { "/img/mech.svg" }
3838 />
3939 < TileLayer
4040 attribution = "&copy <a href="http://osm.org/copyright">OpenStreetMap</a> contributors"
You can’t perform that action at this time.
0 commit comments