ngageoint / geopackage-js

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

Raster tiles not displayed #143

Closed galfar closed 4 years ago

galfar commented 4 years ago

Viewer at http://ngageoint.github.io/geopackage-js (is it the version in master?) stopped displaying raster tiles from GeoPackages, not even rivers.gpkg. I remember just a few weeks ago it worked fine.

Error message in browser console:

TypeError: GeoPackageAPI.drawXYZTileInCanvas is not a function
in createTile http://ngageoint.github.io/geopackage-js/common.js:498
danielbarela commented 4 years ago

Sorry about that, I am updating the API and did not update the viewer call. Fixed now.

galfar commented 4 years ago

Great, thanks. I think there's still one problem though with the list of tiles in the current view ("Tiles" tab) always saying "No tiles exist in the GeoPackage for the current bounds and zoom level" and not listing any tiles.

danielbarela commented 4 years ago

I will look into that. Thanks.

danielbarela commented 4 years ago

@galfar I found the issue and it is working again. Please let me know if you find anything else.

galfar commented 4 years ago

All looks fine now, thanks.