Leonardo Costa
Leonardo Costa
Good change. Too many folks thinking that LTS = Stable.
@pauldendulk [WhirlyGlobe](http://mousebird.github.io/WhirlyGlobe/) might be an example to look how ordering is done. ```InsertBefore(ILayer referenceLayer, ILayer layerToInsert)``` ```InsertAfter(ILayer referenceLayer, ILayer layerToInsert)``` Is a good start, but how can ordering be achieved...
> I am bit worried that the implicit order within a Priority group could become important and would be confusing. @pauldendulk I think that by definition if an item within...
@pauldendulk The current drawing priority, outside of adding layers in the correct order, is on ```VisibleFeatureIterator.IterateLayers```. The ```layers``` parameters is currently taking in ```LayerCollection``` which is backed by a ```List```....
>I still don't understand what you mean here. So, this is not a List? I might not have been very clear. In the end it might as well be a...
Never. Seems like the repo died out :(
I stopped cuz I didn't see anyone merging anything anymore :(
> > Is codeowners setup completed? I don't see option to merge my own pull requests. Don't know if I doing it correct. > > > > It's not completed...
> in fact would be better to use top-level statements to show beauty of modern c# for the doubters hehe also i'd use `Task WhenAll(IEnumerable tasks)` overload so i dont...