ol-ext
ol-ext copied to clipboard
Video and GPS track sync in OL map?
I thought this would be the place to ask as Viglino has the best resource for advanced demonstrations of OL3.
Does anyone know how to reproduce this in OL3?
Results: http://denelius.com/beltline/mapbox_gopro_min.html
Code: http://denelius.com/mapbox-gopro-map/
Git: https://github.com/denelius/mapbox_gopro
The timeline scrub of the video will move the marker if it is moved. And when the marker is moved it will adjust the timeline scrub. So the GPS track line and marker (with heading) and in perfect sync. I would love to add this to an OpenLayers map but don't have the first idea of how.
Great idea! You can look at:
- profil example to place a marker on a track (a GPS track has 4 coordinates: X, Y, Z, time).
- animate feature to move a marker along a track I'll try to see what can be done, when I'll had a little time...