Revert "Revert "Bring general sketch commits upstream""
This commit is contained in:
@@ -194,7 +194,7 @@ class DescriptionFactory
|
||||
}
|
||||
|
||||
// Generalize poly line
|
||||
polyline_generalizer.Run(path_description, zoomLevel);
|
||||
polyline_generalizer.Run(path_description.begin(), path_description.end(), zoomLevel);
|
||||
|
||||
// fix what needs to be fixed else
|
||||
unsigned necessary_pieces = 0; // a running index that counts the necessary pieces
|
||||
|
||||
Reference in New Issue
Block a user