diff --git a/MapControl/Shared/MapBase.MapLayer.cs b/MapControl/Shared/MapBase.MapLayer.cs index b23f5a52..91c1dd66 100644 --- a/MapControl/Shared/MapBase.MapLayer.cs +++ b/MapControl/Shared/MapBase.MapLayer.cs @@ -175,7 +175,7 @@ namespace MapControl { Children.Insert(index, mapLayer); - if (index == 0) + if (index++ == 0) { MapLayer = mapLayer; }