Brandon Liu

Results 552 comments of Brandon Liu

> are there any major architectural or design choices that set them apart? There are fewer layers in the Protomaps basemap, which makes ordering/sorting of features easier. Other than that...

It isn't possible, and Flavors only control colors, not the relationship between layers/tags and map symbology.

The border is mapped as "admin 3" in OSM: https://www.openstreetmap.org/relation/2514541#map=9/35.459/33.671 The NE feature comes from the `main.ne_10m_admin_0_boundary_lines_land` table where `featurecla` = `Line of control (please verify)` https://github.com/protomaps/basemaps/blob/main/tiles/src/main/java/com/protomaps/basemap/layers/Boundaries.java#L64 this part of...

This is the line that fails: https://github.com/protomaps/PMTiles/blob/main/js/src/index.ts#L460 Something changed in the GitHub Pages HTTP implementation related to `Content-Encoding`

https://github.com/orgs/community/discussions/162857 may also be related

Here is my current understanding of the problem: Firefox is unique in that it sends the following HTTP header along with `Range`: ``` Accept-Encoding: gzip, deflate, br, zstd, identity ```...

I have created an independent reproduction of the issue here: https://github.com/bdon/ghpages-firefox-range-bug @jamaps

@Robinlovelace @jamaps a temporary workaround to fix on Firefox is to rename `.pmtiles` to `.pmtiles.gz`. That will stop GitHub Pages from applying automatic compression. In this long term I am...

@bjohansebas updated PR with just the relevant changes

> 40 Mo tile on my map. The go-pmtiles version does not. Clustered or unclustered should not affect the contents or size of any individual tile. You could see the...