mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

make two tests less ambiguous #193

Closed ansis closed 7 years ago

ansis commented 7 years ago

Both of them had tile edges coincident with the viewport edge. This shifts the edges so that it's clear whether a tile is within viewport or not.

This is needed by my pr that changes how the projection matrix is calculated.