geopackage-js icon indicating copy to clipboard operation
geopackage-js copied to clipboard

geopackage.min.js not found

Open MateoGIS opened this issue 3 years ago • 1 comments

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/[email protected]/dist/geopackage.min.js and gives the following info: Cannot find "/dist/geopackage.min.js" in @ngageoint/[email protected]

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

Thanks for your help, Mateo

MateoGIS avatar Jan 10 '22 22:01 MateoGIS

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.

danielbarela avatar Jan 11 '22 14:01 danielbarela