Brandon Liu
Brandon Liu
Resolved by #58
is this Chrome browser on windows? There are no tiles that fail to load that actually appear, right? When zooming there is many tile requests that are cancelled immediately and...
I'm going to close this as a duplicate of #442 which has more information.
@mapnrd @Sidders22 can you confirm that you're using Chrome on Windows? Potential workaround described in https://github.com/protomaps/PMTiles/issues/442#issuecomment-2347943421
Workaround is implemented in pmtiles 3.1.0 / ol-pmtiles 1.0.2.
I don't view using `await` as inherently more correct than using `.then()` in this context of a simple script using the IIFE script-includes. Is there another reason why this would...
Fixed formatting in #438 , thanks.
Can you create your own repository or NPM/Python packages for these functions? That would make it more applicable than just in PMTiles implementations.
My goal for the specification is to define only the minimum necessary to read and write the format. The reason is that it is optimized for being able to maintain...
> C++ projects often have a high bar (and cost) for bringing in new dependencies, and it would be hard to justify it only for a couple of short functions....