Skip to content
Snippets Groups Projects

Mapdrawing replay

Merged Ghost User requested to merge mapdrawing-replay into development
4 files
+ 104
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -73,7 +73,10 @@ export default class ReplayMap extends React.Component {
}).addTo(this.map);
// import options from ReplayConfig.js
this.trackplayback = new L.TrackPlayBack(this.state, this.map, options);
this.trackplaybackControl = L.trackplaybackcontrol(this.trackplayback);
this.trackplaybackControl = L.trackplaybackcontrol(
this.trackplayback,
this.map
);
this.trackplaybackControl.addTo(this.map);
};
Loading