protomaps / PMTiles

Cloud-optimized + compressed single-file tile archives for vector and raster maps
https://protomaps.com/docs/pmtiles/
BSD 3-Clause "New" or "Revised" License
2.07k stars 121 forks source link

pmtiles-convert does not appear to install in windows #77

Closed Medit8r closed 2 years ago

Medit8r commented 2 years ago

When I follow your documentation, this is what I see:

image

bdon commented 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.

bdon commented 2 years ago

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.

bdon commented 2 years ago

Closing for now, please report in go-pmtiles if you have Windows-specific issues.