-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mbtiles converter dependency 'sqlite3' not available #147
Comments
I am in the process of upgrading the converters to the new version of geopackage-js which removes the dependency on mapbox sqlite3. I will update this ticket when the mbtiles converter is updated. |
As a temporary workaround, I was able to
|
BTW we are in the midst of replacing an older mbtiles->geopackage converter with what will likely be your ngageoint/geopackage-js converter. What is the approximate timeline for the updated work you're doing on the mbtiles converter? i.e. weeks vs months? |
I would say weeks. It is not as straightforward as I would like because the original node-mbtiles was written with only node in mind and not the browser. So I have to update my fork of that first and then I can update this project. |
Thanks!
…On Fri, Apr 17, 2020 at 1:37 PM Dan ***@***.***> wrote:
I would say weeks. It is not as straightforward as I would like because
the original node-mbtiles was written with only node in mind and not the
browser. So I have to update my fork of that first and then I can update
this project.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAABAKN3DZLWTZM7PFKU3DRNCVYVANCNFSM4MI6BGMA>
.
|
Sorry this has taken so long, got pulled onto a different project. I have a readonly version working so far which really just creates views from the existing MBTiles tables and adds the appropriate GeoPackage tables. |
Great! Thank you.
…On Tue, Jun 30, 2020 at 5:59 AM Dan ***@***.***> wrote:
Sorry this has taken so long, got pulled onto a different project. I have
a readonly version working so far which really just creates views from the
existing MBTiles tables and adds the appropriate GeoPackage tables.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAABAJKGOKMT6LEZLIUM43RZHHRFANCNFSM4MI6BGMA>
.
|
When I
yarn install
the node modules for./converter/mbtiles/
I get the following error:And indeed, when I visit https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v64-darwin-x64.tar.gz I get the following error:
The text was updated successfully, but these errors were encountered: