I toyed for a while and eventually figured out how to add a Progress Bar at the bottom
This is part of the Copyright label decoration
Use
And paste the following
concat ('Progress: ',
repeat('▓', floor(@frame_number * 30 / (@total_frame_count - 1))),
repeat('░', 30 - floor(@frame_number * 30 / (@total_frame_count - 1))),
' ', round(@frame_number * 100 / (@total_frame_count - 1)), '%')
This sets a background character of ░ and then uses the ▓ character to show progress. The bar is 30 characters long. You could vary this length if desired (within reason).
Its quite cool I think.
Cheers,
Shaun
--
You received this message because you are subscribed to the Google Groups "QGIS Australia User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to australian-qgis-use...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/CAFdWxpUWLLQYuGWXvksJOEBSmzzydqE4rOU9MC7Fb25KMLnLgA%40mail.gmail.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/CADTxF6Z1CN1xuq2jC1qgHqhUOYdqUq%3DgBAR%2BbO%2BE4hNoXLrtfA%40mail.gmail.com.
North Road Cartography • Development • Spatial Analysis north-road.com FOSS4G 2025 17-23 November, Auckland, New Zealand |