-
PMTiles from [Protomaps](https://protomaps.com/) are increasingly popular and a lot of other services are [supporting](https://github.com/felt/tippecanoe/releases/tag/2.17.0) it now. It has some major…
ohrie updated
2 months ago
-
1. Downloaded 20241109.pmtiles (4.0.3) from [protomaps.com](https://maps.protomaps.com/builds/) for offline Leaflet map use,
- Leaflet shows map without details
2. Checked Leaflet with r…
-
I could maybe help with this.
I would like to have offline maps and directions.
The offline maps I intend on solving by using [.pmtiles](https://docs.protomaps.com/pmtiles/) and a service worker t…
-
### User Story
In order to build a high traffic map-based application (web/mobile) that uses LINZ tiles, as an application developer I want to be able to self-host the Web Mercator output tilesets …
-
When serving tiles, it's sometimes useful to whitelist CORS "access" from more than one domain (but not from everywhere). It would be helpful for me if this was possible with pmtiles.
Since respons…
-
our current setup is limiting memory usage in Kubernetes to 256M
our Caddyfile
```
}
handle_path /tile/* {
pmtiles_proxy {
bucket {$BUCKET}
cache_size 64
public_url {$BASE_MAP_U…
-
It would be very nice to have support for PMTiles directly in mbgl-renderer with `pmtiles://`-urls. Should this wait for maplibre-support for mbgl-renderer og just be a new way to handle this new url …
-
From Caleb:
> One thing I noticed is that it is very hard to see where the kenya/rwanda examples in low zoom level. One way to get around this is to generate pmtiles that are centroids at low zoom …
-
Bug Description
Map labels are not showing
Steps to Reproduce
Just use
```
final _futureTileProvider = PmTilesVectorTileProvider.fromSource(
'https://demo-bucket.protomaps.com/v4.pmtiles',…
-
About PMTiles format : https://github.com/protomaps/PMTiles
The current initialization of demSource is as follows:
```
const demSource = new mlcontour.DemSource({
url: 'https://demotil…