Skip to content

Commit aea739f

Browse files
committed
updated ssh and readme
1 parent e7b3efd commit aea739f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class App extends Component {
7575
| --------------- | ------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7676
| track | Array | [] | The points that define the polyline |
7777
| optionMultyIdxFn | Function | () => {} | Function to defined track segment colors |
78+
| autoplay | Boolean | true | Autoplay after init player or not |
7879
| optionsMulty | Array | [] | The colors used for track segments |
7980
| customMarker | Boolean | false | Should use a custom marker icon |
8081
| iconCustomMarker | String | "" | Path to your marker icon |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.3.4",
4+
"version": "2.0.0",
55
"private": false,
66
"main": "lib/index.js",
77
"homepage": "https://github.com/argonavt11/leaflet-react-track-player",

0 commit comments

Comments
 (0)