added mutliple files
added docker_killall alias ; for killing all ontainers of an image added flatpdf docker file ; container for secure pdf flattening added flatpdf.sh ; script for pdf flattening using the flatpdf container added showgm.sh ; opens google maps for exif geo location of picture added showosm.sh ; opens open street map for exif geo location of picture
This commit is contained in:
4
showosm.sh
Executable file
4
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