Reorganise gists folder
This commit is contained in:
4
tools/showosm.sh
Executable file
4
tools/showosm.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
picture="${1}"
|
||||
url="https://www.openstreetmap.org/search?query=$(exiftool -ee -p '$gpslatitude, $gpslongitude' -c "%d?%d'%.2f"\" ${picture} 2> /dev/null | sed -e "s/ //g" -e "s/?/%C2%B0/g")"
|
||||
firefox -p work "$url"
|
||||
Reference in New Issue
Block a user