Brandon Liu
Brandon Liu
There are a few details that complicate doing this correctly. 1. If the if the tiles contained in each input pmtiles have no overlap, this is very easy to do...
@rriemann Is each region displayed on a separate page? If so, you can re-use only the `layers` key of the style.json and then dynamically swap the `sources` values in JavaScript...
I don't know of any `smart` MBTiles mergers that would accomplish the correct per-tile merging above - have any pointers?My suggestion for 1) is to build a single pmtiles from...
It ought to be relatively easy to implement `pmtiles merge a.pmtiles b.pmtiles` for case 1 above, throwing an error once any overlap in tiles is detected. Sounds like this would...
I'm thinking we do this: `pmtiles merge INPUT_1.pmtiles INPUT_2.pmtiles INPUT3.pmtiles -o OUTPUT.pmtiles` * if the input is raster, it will fail if there is any overlap in addressed tiles *...
Download currently isn't implemented so please ignore this functionality for now.
Resolved by https://github.com/protomaps/go-pmtiles/commit/8d023e2c78ad69078649a0523f1279f4838f5095
The intention before was for `publicHostname` to affect the string embedded in TileJSON and nothing else. If you have `pmtiles serve` running behind, for example, a NGINX reverse proxy on...
OK, thanks for the detail. This dovetails with https://github.com/protomaps/PMTiles/issues/174 since it looks like Firebase Deploy is just Google Cloud Run? I'll give it a spin myself soon 1) if you...
@jleedev has this been running pretty well for you? My plan is to knock out some docs related to both GCP and running `pmtiles serve` simultaneously