stadiamaps / pmtiles-rs

Rust implementation of PMTiles
Apache License 2.0
52 stars 8 forks source link

Add a reduced test case for test_martin_675 #32

Closed jleedev closed 5 months ago

jleedev commented 5 months ago

The file contains a leaf directory and the faulty code fails to descend into it when locating a tile by id.

Removes the need to download an additional test file.

See https://github.com/stadiamaps/pmtiles-rs/pull/17 and https://github.com/maplibre/martin/issues/675.

nyurik commented 5 months ago

Thanks! Moar tests is the best thing ever :)