Hello everyone,
I'm creating a form for capturing birds nesting activities and I was planning on using the image-map appearance to collect banding(tags) information. The birds are tagged on the legs on 4 areas: upper left (UL), lower left(LL), upper right(UR) and lower right (LR); and using the combination of multiple colors (see attached image). I created a svg file that work great to select the areas but I'm not sure how I could add colors to the selection. An example will be a bird with UL-Red, LL-Blue, LL-Red and UR-Green. Does anyone know if this even possible? I though of adding a color pallet that the user can select after selecting the area but the path id on the svg had to be unique for each section. Thanks for any suggestions!