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
mapLayers was introduce to SceneUpdateFragment so that you can ...map over the layers... and modify common attributes.
With the recent changes, you are now mapping over LayerEntrys and the Layer ADT, which is far less convenient.
This is probably a more subtle problem than it seems, for instance if you make a mapContentLayers method, should it map over top level content layers or nested ones too?
The text was updated successfully, but these errors were encountered:
mapLayers
was introduce toSceneUpdateFragment
so that you can ...map over the layers... and modify common attributes.With the recent changes, you are now mapping over
LayerEntry
s and theLayer
ADT, which is far less convenient.This is probably a more subtle problem than it seems, for instance if you make a
mapContentLayers
method, should it map over top level content layers or nested ones too?The text was updated successfully, but these errors were encountered: