fix line_string tag typo
This commit is contained in:
parent
696be39119
commit
f72291650b
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue