allow to copy multiple gps coordinates to clipboard

Luppen shared this feedback 7 hours ago
Not Enough Votes

hello!

currently i can write multiple gps coordnates with hand outside of the game one after the other, and then copy paste all i wrote at once into the game, yet in game i can not select multiple gps markers, and copy it to clipboard because the respective button is unavailable in case of multiple selection - such that i can not for example copy it into an external tool that uses my gps markers from the game.

if you ever make such feature, i suggest you to make the string of concatenated gps markers one after the other depending on selection order (because the tools i intend to use are going to consider the order of copied gps markers as the order of its parameterization) - you can achieve this by filling up a Queue<gps_marker> with gps markers, and then on pressing "copy to clipboard button" you take gps markers one by one from the queue, and concatenate it into a string onto the clipboard.

Leave a Comment
 
Attach a file