Brandon Liu

Results 553 comments of Brandon Liu

`ol-pmtiles` 1.0.0 is now in TypeScript with ESM and CJS builds. Please try it out when you can.

I attempted to add a `go.mod` in the `caddy` subdirectory like this: `go mod init github.com/protomaps/go-pmtiles/caddy` But then `go mod tidy` fails with this: ``` go: github.com/protomaps/go-pmtiles/caddy: ambiguous import: found...

Please provide some context on what problem this solves.

I don't believe this is a best practice to export both TypeScript in `src` and the transpiled `.js` + `.dts` in `dist`, because we need to make the single build...

You can use `--metadata` to see the entire `vector_layers` object. Making `pmtiles show` print that outputs possibly hundreds of lines of JSON which isn't always helpful.

This is documented in both places: ``` pmtiles show Flags: -h, --help Show context-sensitive help. --bucket=STRING Remote bucket --metadata Print only the JSON metadata. ``` https://docs.protomaps.com/pmtiles/cli#show

Maybe we can change the description of the flag to "print all metadata as JSON, including vector_layers and other nested objects"

This needs to be resolved in https://github.com/protomaps/basemaps/issues/270 first

Hi, The resource you linked contains OpenMapTiles data which is different from the protomaps layers described here: https://docs.protomaps.com/basemaps/layers So the protomaps style will not work with that, and is not...

No progress on implementing this right now, if you need the multilingual feature I'd recommend using MapLibre.