mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Add rio-pmtiles command line tool. [#338] This is derived from the original mapbox/rio-mbtiles implementation, with changes: * output PMTiles only instead of MBTiles. * Python 3.7+ only. * remove --implementation, --image-dump, --append/--overwrite, --covers features. * bump dependency versions. * better progress reporting; add pyroaring. * update README and license texts. * rio-pmtiles v0.0.6 on PyPI
4 lines
142 B
Python
Executable File
4 lines
142 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
print('This command has been deprecated; see the "pmtiles serve" command at https://github.com/protomaps/go-pmtiles')
|