Got rid of much junk inherited from geocsv-lite
This commit is contained in:
parent
e6dda463ee
commit
67bbfe36cd
829 changed files with 533 additions and 166635 deletions
13
img/map-pins/flags/make-flag-pins.sh
Normal file
13
img/map-pins/flags/make-flag-pins.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Assumes presence of ImageMajick
|
||||
|
||||
unzip -u flags-mini.zip
|
||||
|
||||
base=../basic_map_pin.png
|
||||
|
||||
for flag in *.png
|
||||
do
|
||||
cc="$(tr '[:lower:]' '[:upper:]' <<< ${flag:0:1})${flag:1:2}"
|
||||
composite -compose atop -geometry +0+5 $flag $base ${cc}-pin.png
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue