-
Hello! Love all of the work you're doing with PMTiles and it's super exciting to see where it's going. From my understanding, the JS library is solely meant for consumption by a client mapping library. Are there plans to be able to work with PMTiles using NodeJS? (if not already supported) For context, I'm interested in eventually using PMTiles for a tile server that I'm building for my work at Digital Democracy: https://github.com/digidem/mapeo-map-server It's currently built with Node and just using SQLite as the storage format for the tiles, but I'm sure that there's potential to consider PMTiles :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It should work, because the test suite runs inside NodeJS. But is there a reason the Mapeo map client frontend cannot consume the PMTiles directly instead of having a NodeJS server in the middle, if this is all offline? |
Beta Was this translation helpful? Give feedback.
It should work, because the test suite runs inside NodeJS. But is there a reason the Mapeo map client frontend cannot consume the PMTiles directly instead of having a NodeJS server in the middle, if this is all offline?