Glide and Seek integration examples

Home

Integration guide

Two tasks

The following url displays two tasks on the same map view:

Using a Soaring Spot results page (means the latest task will automatically show each day of the competition)

https://glideandseek.com?taskOneUrl=https://www.soaringspot.com/en_gb/jegc2021/results/standard&taskTwoUrl=https://www.soaringspot.com/en_gb/jegc2021/results/club

Using direct daily Soaring Spot task links

https://glideandseek.com?taskOneUrl=https://www.soaringspot.com/en_gb/jegc2021/tasks/standard/task-12-on-2021-07-23&taskTwoUrl=https://www.soaringspot.com/en_gb/jegc2021/tasks/club/task-12-on-2021-07-23

Distance to coordinates

The following shows the distance to a finish point for the selected aircraft:

https://glideandseek.com?distanceToPoint=46.246667,20.093333

Map location on load

The following centers the map on coordinates and a certain zoom level when loading:

https://glideandseek.com/?viewport=46.24667,20.09333,15

Embedding

Glide and Seek can be embedded in an iframe by using the below snippet as an example. Any of the query parameters from the integration guide can be set in the url.

Note: To allow geolocation browser permissions, the following attribute must be added to the iframe: allow="geolocation"

<iframe
    src="https://glideandseek.com/?embed=cotswoldcomps.co.uk"
    allow="geolocation"
>
</iframe>