You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modified code is as follows:
else if (attributeNames.Contains(elementName))
{
if (attributes == null)
{
attributes = new Dictionary<string, string>();
}
I just read a NTS commit:
NetTopologySuite/NetTopologySuite@d0dde92
The modified code is as follows:
else if (attributeNames.Contains(elementName))
{
if (attributes == null)
{
attributes = new Dictionary<string, string>();
}
The JTS code is as follows:
It does not handle the else condition. However, airbreather does not mention how to trigger this bug. He can give more feedback on this issue.
The text was updated successfully, but these errors were encountered: