Skip to content

Commit

Permalink
add 'unknown' geometry type
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Mar 23, 2015
1 parent 9f04e23 commit 36e9525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/mapnik_geometry.cpp
Expand Up @@ -189,6 +189,7 @@ void export_geometry()
implicitly_convertible<mapnik::new_geometry::line_string, mapnik::new_geometry::geometry>();
implicitly_convertible<mapnik::new_geometry::polygon, mapnik::new_geometry::geometry>();
enum_<mapnik::new_geometry::geometry_types>("GeometryType")
.value("Unknown",mapnik::new_geometry::geometry_types::Unknown)
.value("Point",mapnik::new_geometry::geometry_types::Point)
.value("LineString",mapnik::new_geometry::geometry_types::LineString)
.value("Polygon",mapnik::new_geometry::geometry_types::Polygon)
Expand Down

0 comments on commit 36e9525

Please sign in to comment.