Dan

Results 18 comments of Dan

I am fully on board with this. If anyone would like to take this task on and submit a pull request that would be great.

That sounds like a good alternative for people with minimal needs. We are currently in the process of releasing a new version which should decrease the package size and I...

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...

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...

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...

Yes it is possible, in a way. Leaflet-geopackage depends on the main geopackage project. Version 4.1.0-beta.1 has upgraded the better-sqlite package to a newer version, however leaflet-geopackage has not been...

On macOS 10.13.5, Node v8.9.1, with the latest version of emscripten installed following these instructions (http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html): ``` $ emcc -v emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 1.38.11...

Update: I finally got this to build by using version 1.37.27 of emscripten. Install that with the following commands: ``` ./emsdk install sdk-1.37.27-64bit ./emsdk activate sdk-1.37.27-64bit source ./emsdk_env.sh ``` Then...