TerraQuest map embeds are easy to create: simply insert a bit of html iframe code to create map embeds and route embeds as shown below
Route Embed
To create a route embed, navigate to the route on the website, grab the url ending in the route ID (e.g., 779), add '/embed' to the end and insert the ifram in a bit of url code which can include resizing elements as shown below.
<iframe src="https://www.terraquest.com/route/779/embed" style="height: 600px; width: 100%"></iframe>
Summer Map Embed
Maps without routes need longitude, latitude, zoom, and summer notation to work as shown below. The map will center on the longitude and latitude points and can be grabbed by going to Google Maps and right-clicking the center spot and then copying the values.
<iframe style="height: 600px; width: 100%" src="https://terraquest.com/map/embed?style=summer&zoom=13&longitude=-82.19594974383135&latitude=27.781306492233963"</iframe>
Summer and Winter and Map Embeds
Winter maps work the same as the summer maps, but with "summer" replaced by "winter".
<iframe style="height: 600px; width: 100%" src="https://terraquest.com/map/embed?style=winter&zoom=13&longitude=-82.19594974383135&latitude=27.781306492233963"</iframe>
Created in Crested Butte, Colorado.