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
OL3 #3010 added a geometry field on ol.style.Style. This allows rendering multiple geometries on a single feature by creating a style array with different geometries specified in each style. ol3-cesium should support this by creating a Cesium primitive for each style geometry instead of relying on ol.Feature#getGeometry.