ngageoint / geopackage-js

GeoPackage JavaScript Library
http://ngageoint.github.io/geopackage-js/
MIT License
310 stars 78 forks source link

Tiles only rendering at zoom level 3 #123

Closed zacharyburnett closed 6 years ago

zacharyburnett commented 6 years ago

I have a geopackage with a tiles-type table, made by coercing float32 data into uint8. However, the tiles are not rendered on a leaflet map on any zoom level except for zoom 3. For every other zoom level, it shows Draw tile messages, but no rendering.

Here is the geopackage I am using:

https://drive.google.com/open?id=1ctWt2L-im8gzwge-Nft90C4NXzpbVdu0

danielbarela commented 6 years ago

Your GeoPackage only has tiles for zoom level 3.

zacharyburnett commented 6 years ago

Sorry for wasting your time.