Open
Description
Hello — thank you for this awesome library!
I am a new user and would like to know how to create a new, empty GeoPackage. I'm having some trouble hunting down an example of how to do this. I see there a method GeoPackageAPI.create()
, but it's not entirely clear to me how to use it. When I run this code:
import { GeoPackageAPI } from '@ngageoint/geopackage';
(async () => {
const gpkg = await GeoPackageAPI.create('/Users/me/test.gpkg');
})();
I get Error: Unable to initialize canvas.
Having a minimal example of this would be super helpful — thank you!
Metadata
Metadata
Assignees
Labels
No labels