what is the guide tour component used in nationalmap and digitaltwin ? #5397
-
Greeting Team and Community, I was working what is used to generate this component in the image below. |
Beta Was this translation helpful? Give feedback.
Answered by
tephenavies
Apr 14, 2021
Replies: 1 comment 1 reply
-
Hi @malnajdi. This is part of TerriaJS version 8. See the The component is called |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tephenavies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @malnajdi. This is part of TerriaJS version 8. See the
next
branch of TerriaMap and terriajs.The component is called
TourExplanationBox
. Another relevant part of the feature are theTourPoint
s (see Sourcegraph search for a start in seeing how it works).