mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
topojson - correct multi_polygons
This commit is contained in:
parent
58f21f33ea
commit
ae1da6ae12
@ -308,6 +308,7 @@ struct feature_generator
|
||||
polygon.add_hole(std::move(linear_ring));
|
||||
}
|
||||
}
|
||||
boost::geometry::correct(polygon);
|
||||
multi_polygon.push_back(std::move(polygon));
|
||||
}
|
||||
feature->set_geometry(std::move(multi_polygon));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user