-
I think `tippecanoe` is dropping way too many features at low zoom levels.
I create vectortiles for WaterwayMap.org, a QA site. It's very beneficial for it to show many features are low zoom levels…
-
With `` the following error is raised in the HTML page since latest version: `ReferenceError: protomapsL is not defined`.
Using `` it works as usual.
-
see https://github.com/protomaps/PMTiles/issues/445
-
Thank you for spending so much time on this project.
I am using it at the moment to build the world. 16GB ram and 200GB "--store" space. Hopefully it will work.
I was wondering whether it would …
-
Hello 👋
I would like to ask whether it's possible to apply any kind of rate limiting (or protection) on publicly exposed .pmtiles via maplibre:
https://github.com/protomaps/PMTiles/blob/main/js/…
-
This is such a cool example and I'm excited to modify https://jaanli.github.io/american-community-survey/new-york-area/income-by-race to include this!
I cloned this repo:
```
git clone https:/…
-
The "Rebekkabrunnen" (Rebecca Fountain) in Zürich gets what looks like a lake label.
https://maps.protomaps.com/#map=19.06/47.3669738/8.53999&theme=light&tiles=https://build.protomaps.com/20240730.…
-
Hey folks, I noticed earlier in my experimentation with maplibre and pmtiles that range requests against a .pmtiles file are not getting cached by browsers (I'm talking about Firefox and Chrome specif…
-
**Description**
We want a landcover layer at low zooms from https://daylightmap.org/2023/10/11/landcover.html
**Screenshots**
Here are some rough previews:
@nvkelso should we put the 7…
-
One of the performance bottlenecks of using Tippecanoe is generating the GeoJSON input, which is both expensive (performance wise) to produce and I assume for tippecanoe to read (though I must say, it…