Logo OpenStreetMap OpenStreetMap

Komentáře uživatele uboot

Záznam Kdy Komentář
Viewing photo GPS locations on linux

Hi James, I tested your script and I had to modify the sed-command. Otherwise, $2 started with an E. ~~~ sed ‘s/[NE]//g;s/[SW]/-/g;’ ~~~ With this modification, the regex is used globally. Thanks for this cool idea and the good realization. Markus