We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a924 commit 3c7d74fCopy full SHA for 3c7d74f
src/providers/grass/qgis.v.in.cpp
@@ -335,7 +335,7 @@ int main( int argc, char **argv )
335
Vect_break_polygons( map, GV_BOUNDARY, NULL );
336
G_message( "Removing duplicates" );
337
Vect_remove_duplicates( map, GV_BOUNDARY | GV_CENTROID, NULL );
338
- while ( true )
+ for ( int i = 0; i < 3; i++ )
339
{
340
G_message( "Breaking lines" );
341
Vect_break_lines( map, GV_BOUNDARY, NULL );
0 commit comments