While upgrading to WinForms 14 I noticed the Layers property of LayerOverlay was still a GeoCollection(Of Layer), which causes a huge problem for us as we add all types of layers to a single LayerOverlay. However, recently the Layers property was changed to GeoCollection(Of LayerBase) which helps a lot. But the GroupLayer Layers property is still GeoCollection(Of Layer), which creates a bit of a problem as well. Will the Layers property of GroupLayer also be changed to GeoCollection(Of LayerBase)?
Thanks!
Steve