Got rid of much junk inherited from geocsv-lite

This commit is contained in:
Simon Brooke 2020-02-25 11:47:33 +00:00
parent e6dda463ee
commit 67bbfe36cd
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
829 changed files with 533 additions and 166635 deletions

View 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