mapbox / mapnik-vector-tile

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

Removed the need for Spherical Mercator class #269

Closed flippmoke closed 6 years ago

flippmoke commented 6 years ago

This is a reimplementation of the changes @talaj made in #259. However, realized that we really do not need the entire spherical mercator class so purged it from the library.

flippmoke commented 6 years ago

This also solves #229