I need to know how to conceive ElevationProfileWidget to concurrently display 2 height graphs of 2 layers (preferably with 2 different colors).
Background:
In our 3D Scene we have some "integrated mesh" layers that have been prepared from Aerial Photography, done on same area but in different years.
I developed custom widget as in ElevationProfile Widget for our 3D WAB Developer Edition Web Application, and I need to see both elevation profiles (for both mesh layers) concurrently in order to "compare" between them.
Currently:
I need a 3rd option: To conceive the ElevationProfileWidget to concurrently display the 2 height graphs.
I do not see how can I "force" the ElevationProfileViewModel to "lock" the displayed graph of one layer,
and then to lock also the displayed graph of the 2nd layer (preferably with different color )
Solved! Go to Solution.
I solved it by myself -
I bypassed the lack of "compare" feature,
by copying the "old" profile into the ground profile,
then I can compare the "new" profile with the faked ground profile.
I solved it by myself -
I bypassed the lack of "compare" feature,
by copying the "old" profile into the ground profile,
then I can compare the "new" profile with the faked ground profile.