mapbox / mapnik-vector-tile

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

Update to deal with move of geometry adapter in mapnik #196

Closed mlerner closed 8 years ago

mlerner commented 8 years ago

Fixes compilation error caused by this change in Mapnik: https://github.com/mapnik/mapnik/commit/caa03d78bdea32d7bba7a528182f8ab41e622330

@springmeyer

springmeyer commented 8 years ago

@mlerner - thanks for noticing and fixing this. I also made https://github.com/mapbox/mapnik-vector-tile/commit/e83fb802038933ce9ccbb2d4f829f63424c5c831 in my working branch to get unblocked. @artemp is planning on branching in mapnik core and rolling back those changes tomorrow to prevent the breakage overall. So, sorry about the breakage, will be fixed tomorrow with no need to adapt here.

springmeyer commented 8 years ago

Avoided by https://github.com/mapnik/mapnik/commit/abe943c9831f5f5049e5da708bda3cd3d28e08f8.

mlerner commented 8 years ago

@springmeyer - great. Thanks for the help!