mapbox / mapnik-vector-tile

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

Move back to mapnik::is_clockwise #208

Closed springmeyer closed 8 years ago

springmeyer commented 8 years ago

Once Mapnik core v3.0.12 is released we can move back to using its fixed is_clockwise implementation which was discarded in https://github.com/mapbox/mapnik-vector-tile/commit/5f9059bec189e2fc2cd67ae3a25852aaaee638c9 and mirrored in https://github.com/mapbox/mapnik-vector-tile/commit/69aab12cca534fced2aefd2ecce5f4c08facf1ad#commitcomment-17174189

flippmoke commented 8 years ago

@springmeyer we no longer use is_clockwise or the previous mirrored version.

springmeyer commented 8 years ago

Ah, thanks @flippmoke