mapbox / mapnik-vector-tile

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

Replace Clipper With Wagyu #227

Closed flippmoke closed 7 years ago

pnorman commented 7 years ago

I'd like to stay with c++11 until Mapnik core moves to c++14.

Is this blocked on 3.1.0 coming out then?

flippmoke commented 7 years ago

@pnorman this branch now supports C++11 fully so we should have no issues and it isn't blocked by 3.1.0 of mapnik

flippmoke commented 7 years ago

Travis is red, but going to merge this pull request anyhow. Travis is red due to the fact that our code coverage is not working properly, however, all tests are currently passing. I think we can handle coverage fixes at some point later.