Only works with layers that have GeoJSON tracks available (Chile layers)
Workspace layers need to have the following setting:
"trackFeatures": ['course', 'speed'] (where course and speed are extra geoJSON features supported by the API)
This is temporary as this should be next set on headers (cc @andres-arana )
API response can be a bit slow (~10 seconds), see spinner on top left of the map to check status
Based on #1045
Matching map-components PR: https://github.com/GlobalFishingWatch/map-components/pull/82
Notes:
"trackFeatures": ['course', 'speed']
(where course and speed are extra geoJSON features supported by the API) This is temporary as this should be next set on headers (cc @andres-arana )