Drawing elevation lines #2309
Unanswered
sebalaig
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thank you in advanced for your help.
I have a TMSElevationLayer, and I would like to display some contour lines for a given interval [altitudeMin, altitudeMax] with a given altitude interval, e.g drawing altitude lines between 0m and 1000m with a step of 200m.
Is there anything in osgearth to do that ? What class/set of class should I use ?
I try to overried
FeatureSource
and particularly the methodcreateFeatureCursorImplementation
, but this function is not called. Am I missing something. I set the tiled profile as the following :I'm using VTK to polygonize the altitude height map (in createFeatureCursorImplementation)
Thank you in advanced for you help 🙏 .
Beta Was this translation helpful? Give feedback.
All reactions