ఓపెన్‌స్ట్రీట్‌మాప్ చిహ్నం OpenStreetMap

పంపించు When Comment
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