Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error #224

Open
PhyrexianHulk opened this issue Oct 8, 2020 · 0 comments
Open

build error #224

PhyrexianHulk opened this issue Oct 8, 2020 · 0 comments

Comments

@PhyrexianHulk
Copy link

PhyrexianHulk commented Oct 8, 2020

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);
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant