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
Clearing the geolines with dotted parts leaves artifacts in Cesium. Assuming that the selection cuts the paths into 3 parts (dotted, red, dotted), here are my observations:
The leftover parts differ in indexes, one path may have the 0th part left whereas another path would have a 2th part left;
The leftover parts seem to be in the same direction respective to the selection (both up or both down);
The leftover parts respond to obj.show = true/false correctly.
For the purpose of #244 I'll put a workaround, but this needs to be eventually resolved. Myseterious stuff.
The text was updated successfully, but these errors were encountered:
Clearing the geolines with dotted parts leaves artifacts in Cesium. Assuming that the selection cuts the paths into 3 parts (dotted, red, dotted), here are my observations:
obj.show = true/false
correctly.For the purpose of #244 I'll put a workaround, but this needs to be eventually resolved. Myseterious stuff.
The text was updated successfully, but these errors were encountered: