You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also trying to get the elevation profile in a container other than heightgraph-container. Anyone managed to do that, without changing the source code? Is there a property to change?
@PeterDroogers you can use the .getContainer() method to get the HeightGraph (hg) container and move it to another element.
Here I move it to a div named heightgraph document.getElementById("heightgraph").appendChild(hg.getContainer());
Then you can hide the map container and leave only the heightgraph container visible.
Hi:
Great plugin!!
Small question. Is there an option to show only the elevation profile and hide the map??
Thx, Peter
The text was updated successfully, but these errors were encountered: