We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b8c727f commit 355deb5Copy full SHA for 355deb5
src/app/dwg/qgsdwgimporter.cpp
@@ -1606,6 +1606,12 @@ void QgsDwgImporter::addLWPolyline( const DRW_LWPolyline &data )
1606
}
1607
1608
1609
+ if ( p0 == p1 )
1610
+ {
1611
+ QgsDebugMsg( QStringLiteral( "i:%1,%2 empty segment skipped" ).arg( i0 ).arg( i1 ) );
1612
+ continue;
1613
+ }
1614
+
1615
if ( staWidth == endWidth )
1616
{
1617
if ( s.empty() )
0 commit comments