-
MapLibre currently "supports" up to 10-levels of overzooming (e.g. `SourceCache.maxOverzooming = 10;`), but its actual behavior at that level of overzooming is not very good -- it essentially makes gi…
-
For the PlayStore releases we're currently using a free maptiler.com account. With 2 developers (and no testers) we've hit ~6k tile requests in the first month out of our 100k quota. $25 per month wil…
-
define a JSON schema like
```
{
'tile_type':0,
'metadata':{
'my_key':'my_value'
}
}
```
to allow modification of pmtiles by writing a new file.
`pmtiles show --header-metadata…
bdon updated
7 months ago
-
* [x] `martin-cp` should set correct `minzoom` and `maxzoom` based on the zoom parameters on the new file
* [x] when copying to an existing file, `martin-cp` should update `minzoom` and `maxzoom` bas…
-
Hello, thank you a lot for v1.9.0 release. I have tried it out, but I have encountered a problem with min_zoom for Earth layer. It is asserting on this line: https://github.com/tilezen/tilequeue/blob/…
rwrx updated
5 months ago
-
The `theme` option for the `leafletLayer` function is marked as optional, however when I omit nothing gets shown on the map.
I.e.
```
// This works
protomapsL.leafletLayer({url:'FILE.pmtiles OR …
-
I opened the issue here https://github.com/maplibre/maplibre-gl-js/issues/4763 but maybe it is a bug in this repo instead. More details are in the other issue.
![Screenshot_20240925_123854](https:/…
-
Hey folks, I ran into this issue when shipping an overview map displaying vector tiles with a single tile on zoom level zero.
Meaning
- I have a vector tile source with a single tile encoding the …
-
Lonboard is really powerful for rendering large-ish datasets but sometimes people have data that's just too large to send to the frontend. This can be large raster datasets (think Landsat and Sentinel…
-
`pmtiles` crate will [soon support](https://github.com/stadiamaps/pmtiles-rs/pull/30) s3 buckets directly. Martin needs to enable support for S3-hosted pmtiles
# TODO
* [ ] create a new `PmtS3Sou…