mapbox / mapnik-vector-tile

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

Spherical Mercator tile bounding box is resolution-invariant #259

Closed talaj closed 6 years ago

talaj commented 6 years ago

I was wondering why on Earth I need tile resolution to compute spherical Mercator tile bounding box in node-mapnik. It is not needed.

flippmoke commented 6 years ago

@talaj do we have a tests that cover this properly already or do we need to add more?

talaj commented 6 years ago

It is directly covered by test/vector_tile_projection.cpp and indirectly by some other tests.