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
In #2319, support for propertylayers was added to the new style grids. This was done in the root space class: DiscreteSpace. However, property layers are meaningful only, as far as I can tell, for orthogonal grids and hexgrids. I don't see how they would meaningfully work for Network or VoroinoiGrid. If I am correct, then the relevant code should be moved from DiscreteSpace into Grid.