Skip to content

Add option --report to create "panoramax.toml" with upload details

I am using "geovisio_cli" instead of "panoramax_cli" because geovisio_cli create a "toml" report file. I need this report to easily create MapRoulette challenge. In fact this report contains for each picture the panoramax id and the location of the file. I use the API with this location url to get the JPG url. And finally use this JPG url in MapRoulette.

It's a bit annoying but it works... One improvement can be to also to print the direct JPG hd/sd/thumb urls in the toml file

The main bug is: since migration from "geovisio_cli" to "panoramax_cli" there is no longer way to obtain this toml report file. So can you please bring it back? I suggest to add a --report or --write-report option to panoramax_cli to create this report.