Create a poster without label #206
Replies: 1 comment
|
There is still no supported command-line option for a label-free poster on the current The renderer unconditionally draws four elements: the city, country, coordinates, and divider line (source). The available display-name arguments only replace the city/country text; they do not disable the whole block (CLI options). There was an earlier request for exactly this, issue #140. The maintainer closed it saying there were no plans for a new no-text parameter and suggested empty display strings. In the current source, however, a truly empty value falls back to the original city/country because the selection uses For a local copy today, the smallest reliable workaround is to remove or comment out the bottom-text block at lines 683–734, then run the normal command: uv run ./create_map_poster.py --city "Paris" --country "France"If you also do not want the empty bottom fade, remove only the bottom There are currently three open, unmerged proposals for a |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone.
This project looks very interesting. I just wanted to ask, is there a way to create a poster of a city/area, but without the label? If not, is it planned?
Thanks!
All reactions