ngageoint / geopackage-js

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

geopackage.min.js not found #178

Open MateoGIS opened 2 years ago

MateoGIS commented 2 years ago

Hi,

I was hoping to look at the geopackage.min.js file used in the example, but when I go to https://unpkg.com/@ngageoint/geopackage/dist/geopackage.min.js it then redirects to https://unpkg.com/@ngageoint/geopackage@3.0.9/dist/geopackage.min.js and gives the following info: Cannot find "/dist/geopackage.min.js" in @ngageoint/geopackage@3.0.9

The regular GeoPackage JS file clocks in at over 17MB so I was hoping for something a bit smaller.

Thanks for your help, Mateo

danielbarela commented 2 years ago

The reason for the size of the regular file is the inclusion of the implementation of SQLite which is required for GeoPackage. We have done a lot of work to reduce the size in an upcoming release. Let me check on some things and see if we are ready to release that newer version and I will get back to you with updated instructions.