#! /bin/bash
# Last edited on 2025-07-21 20:01:46 by stolfi

source define-points.sh

?? UPDATE annotate-pic.sh: -L,-CL -> -LD,-LC; stroke width, font size
annotate-pic.sh \
    limeira-12-mymap.png \
    20 Black Yellow \
    \
    -color Salmon -strokewidth 1 \
    -S  ${UNICAMP_FT_Perim[@]} \
    \
    -color Yellow -strokewidth 1 \
    -S  ${UNICAMP_FCA_Perim[@]} \
    \
    \
  > limeira-12-mark.png
  
# Guaritas com rotulos:
#   -color LightGreen  -strokewidth 1 \
#     -L   229  479   272  496 a \
#     -L   327  591   323  559 b \
#     -L   328  644   361  620 c \
#     -L   369  691   383  654 d \
#     -L   487  862   454  813 e \
#     -L   531  818   497  796 f \
#     -L   530  808   497  796 f \
# 

# Contorno do Polo de Tecnologia II 
# 
#     -color Magenta -strokewidth 2 \
#     -S   ${CD[@]} \
#     \
