Skip to content
Snippets Groups Projects
Commit bd55787b authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL/IO] Print a warning for a unnamed polyline in gml.

parent 6f17c15a
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,9 @@ void BoostXmlGmlInterface::readPolylines(
{
// polyline has no name, ignore it.
pl.ignoreConfigParameterAll("pnt");
WARN(
"Polyline name is required! Polylines without a name are "
"ignored.");
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment