Brandon Liu
Brandon Liu
there isn't a labeled basemap implementation for OpenLayers. You can try to use ol-mapbox-style to load a MapLibre JSON but the performance isn't great generally. Your demo page is using...
Closing as this is working as intended.
`format` is a required key of the [MBTiles specification](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md#content) so your program that creates MBTiles needs to create compliant metadata.
Sure, since there is existing software generating old specs. Any reason you don't prefer to use https://github.com/protomaps/go-pmtiles for command line conversion?
`FME supports reading and writing both version 1.0 and 1.1 .mbtiles files. When writing version 1.0 MBTiles data, the bounds and format metadata items will still be written to the...
I'm going to close this, because most up-to-date software creates MBTiles 1.1. If you have a 1.0 .mbtiles, you can add the required column via the `sqlite3` cli: `insert into...
This isn't in scope for this library.
It also needs to work if no protocol is passed, which is interpreted as "the same protocol as the page, with path relative to the page"
I'm in support of this, but we need to figure out a solution for protocol-relative URLs as I mentioned above. Right now if you have a static `index.html` with a...
There isn't any TypeScript types on this module yet: https://github.com/protomaps/PMTiles/blob/main/openlayers/src/index.js because we don't have a want to transpile it into the scrip-includes (no-build-step) module. I would use ts-ignore for now.