Brandon Liu
Brandon Liu
Are you using it in conjunction with `bounds`? ```js pmtiles.leafletRasterLayer(p, { noWrap: true, bounds: L.latLngBounds(L.latLng(-85,-180), L.latLng(85, 180)), ... ``` Without `bounds` Leaflet will request unwrapped tile coordinates such as `z=0...
See answer on https://stackoverflow.com/a/47482145 on how to use `noWrap` in conjunction with `bounds`.
# Findings ## Azure * *Azure Front Door* seems to be the preferred CDN deployment, but has a $35 min monthly fee * *Azure Functions* supports NodeJS, meaning it should...
Thanks, see comment https://github.com/protomaps/PMTiles/pull/197#issuecomment-1595486386 for next steps
Google Cloud: https://docs.protomaps.com/deploy/google-cloud Azure PR: https://github.com/protomaps/docs/pull/52 Both use the Dockerized [go-pmtiles](https://github.com/protomaps/go-pmtiles) so don't have much platform-specific code.
It uses https://github.com/maplibre/font-maker from the command line - that script is a bit hacked together, but a closer anaysis of the code points available in each font could lead to...
What is the gain of using Open Sans instead of just Noto for the entire range? We want to exclude CJK since those are big and will be ignored by...
Adding all keys from the JSON metadata to TileJSON will have some unintended consequences: vector tiles created with tippecanoe have a "tilestats" key that can contain hundreds of KBs of...
Any description? Can you include the comparison here? https://github.com/protomaps/PMTiles/pull/134
I've merged #527 with results here: https://github.com/protomaps/PMTiles/pull/527#issuecomment-2663128667