Brandon Liu
Brandon Liu
Had to revert this as it is too restrictive for function attributes. It is important to let the user distinguish between a function that takes `(z,f)` vs just `(z)` -...
Possible approach by @nf-s : https://github.com/protomaps/protomaps.js/pull/68#issuecomment-956002443
The current solution is, when writing rules in TypeScript, any attribute function has signature `(zoom: number, feature?: Feature)`. In terms of library core values, I see two happy paths: *...
For anyone else searching for solutions to this problem: I had an inactive Developer account and had to accept all the updated agreements in App Store Connect before my notarizations...
@reyemtm did you download from https://protomaps.com/downloads/large_map ? if so it's possible your PMTiles archive only goes down to 12, because the total # of tiles in a single export is...
What source did you get the first one from? It looks like it only contains tiles down to z13, which might have been introduced as a limitation if you downloaded...
@allthesignals yeah, that makes sense. Ideally, the PMTiles maplibre adapter should read the metadata from the archive and then populate `maxzoom` correctly, but with the way `addProtocol` works right now...
Opened https://github.com/protomaps/PMTiles/issues/48
Yeah, unfortunately there is no way through maplibre `addProtocol` to auto-detect the max zoom of the archive, you'll need to specify it in the style. However, it definitely should be...
@wipfli ok, thanks for letting me know! btw, for the v3 mbtiles conversion tool I'm considering releasing that as a standalone binary (go version) instead of getting `pmtiles-convert` through python,...