fix line_string tag typo

This commit is contained in:
artemp 2015-03-11 15:20:24 +01:00
parent 696be39119
commit f72291650b

View file

@ -103,10 +103,9 @@ struct indexed_access<mapnik::new_geometry::bounding_box, max_corner, 1>
template<>
struct tag<mapnik::new_geometry::line_string>
{
using type = ring_tag;
using type = linestring_tag;
};
// mapnik::new_geometry::polygon
template<>
struct tag<mapnik::new_geometry::polygon>