ThinkGeo.com    |     Documentation    |     Premium Support

GroupLayer - Layers property is GeoCollection(Of Layer)

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

Hi Steve,

Just added GroupAsyncLayer to the latest beta 006. It inherits from AsyncLayer, and it holds a collection of LayerBase. Please have a try.

NuGet Gallery | ThinkGeo.Core 14.3.0-beta006

Thanks,
Ben