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've been looking into this issue all day and still can't find the reason, so I'm bringing it up.
I added a vector layer (with polygon features and stroke style) in Openlayers, and this layer can be synced to OLCesium using the FeatureConverter.olPolygonGeometryToCesium method, but it only shows the filled geometry, not the outlines. I felt that the outline color wasn't syncing. When I tried setting the "altitudeMode" property to "clampToGround," the outlines were displayed.
I checked the vector example and confirmed that there is indeed an outline effect. Then I copied the example document to run it locally, but the problem persisted.