Google Maps can accept locations directly in Degrees Minutes and Seconds format without resorting to converting to decimal.
So I just replaced the last line with:
Code: Select all
open 'https://www.google.com/maps/place/'.$gps;Code: Select all
open 'https://www.google.com/maps/place/'.$gps;Thank you! Perfect!admin wrote: Take #352 instead (= "Close all tabs but the current one that are not locked nor have a Home set. No confirmation prompt!").