We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to fix a bug I think is inside the new tile_layer class I noticed the tests for this class are commented: https://github.com/mapbox/mapnik-vector-tile/blob/master/test/unit/tile_impl/tile.cpp#L195-L338
tile_layer
Looks like they were disabled @flippmoke in a9e306b#diff-500e66444d0e17c2ca2cf308f8b81497L193
The text was updated successfully, but these errors were encountered:
Add test coverage of loading raster data - refs #192 (indirectly #202)
df00aea
Remove old tests #202
81ffe00
These where old tests prior to the changes in the layer class, I have removed them.
Sorry, something went wrong.
flippmoke
No branches or pull requests
While trying to fix a bug I think is inside the new
tile_layer
class I noticed the tests for this class are commented: https://github.com/mapbox/mapnik-vector-tile/blob/master/test/unit/tile_impl/tile.cpp#L195-L338Looks like they were disabled @flippmoke in a9e306b#diff-500e66444d0e17c2ca2cf308f8b81497L193
The text was updated successfully, but these errors were encountered: