Closed Medit8r closed 2 years ago
You will need to determine the bin
path that is associated with your pip
installation, the pmtiles-convert
program should exist in there.
The preferred way to covert to PMTiles is now here: https://github.com/protomaps/go-pmtiles/releases/tag/v1.0.2 which has a windows binary. running pmtiles convert input.mbtiles output.pmtiles
will create the v3 format, which is readable by the inspector at https://protomaps.github.io/PMTiles/ but not the published libraries yet.
Closing for now, please report in go-pmtiles if you have Windows-specific issues.
When I follow your documentation, this is what I see: