mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
fix typo
This commit is contained in:
parent
924536e0f2
commit
12613b59d4
@ -203,8 +203,8 @@ void apply_markers_multi(feature_impl const& feature, attributes const& vars, Co
|
||||
new_geometry::geometry_types type = new_geometry::geometry_type(geom);
|
||||
|
||||
if (type == new_geometry::geometry_types::Point
|
||||
|| new_geometry::geometry_types::LineString
|
||||
|| new_geometry::geometry_types::Polygon)
|
||||
|| type == new_geometry::geometry_types::LineString
|
||||
|| type == new_geometry::geometry_types::Polygon)
|
||||
{
|
||||
apply_vertex_converter_type apply(converter);
|
||||
mapnik::util::apply_visitor(vertex_processor_type(apply), geom);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user