Skip to content

build error #224

Description

@PhyrexianHulk

Severity Code Description Project File Line Suppression State
Error CS1002 ; expected DotSpatial.Controls D:\Visual Studio 2017\DotSpatial-master\Source\DotSpatial.Controls\LayoutLegend.cs 294 Active
Error CS1026 ) expected DotSpatial.Controls D:\Visual Studio 2017\DotSpatial-master\Source\DotSpatial.Controls\LayoutLegend.cs 181 Active
Error CS1026 ) expected DotSpatial.Controls D:\Visual Studio 2017\DotSpatial-master\Source\DotSpatial.Controls\LayoutLegend.cs 294 Active
Error CS1002 ; expected DotSpatial.Controls D:\Visual Studio 2017\DotSpatial-master\Source\DotSpatial.Controls\LayoutLegend.cs 181 Active
rrrr

should it be this?
foreach (var lyr in Map.MapControl.GetAllLayers())
{
if ((lyr is IMapLayer) && lyr.Checked)
{
_layers.Add(lyr as IMapLayer);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions