mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

clipper function matching? #249

Closed lihuadong1988 closed 6 years ago

lihuadong1988 commented 7 years ago

/home/vagrant/mapnik-vector-tile-1.2.2/src/vector_tile_geometry_clipper.hpp:54:59: error: no matching function for call to ‘mapnik::geometry::polygon::set_exterior_ring(std::remove_reference<std::vector&>::type)’

mapnik-vector-tile-1.2.2 was compiled ok,but when i try to use it, it come up with this error.

flippmoke commented 7 years ago

What version of mapnik are you attempting to compile against?

lihuadong1988 commented 7 years ago

mapnik v3.0.12

springmeyer commented 6 years ago

We've replace clipper with wagyu in #227. If you are still having trouble, please create a new issue.