Skip to content

Commit

Permalink
LOCAL: preserving here for backward compatibility in transition phase
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Nov 11, 2024
1 parent fe2b17b commit 0605c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ecocean/servlet/SubmitSpotsAndImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void doPost(HttpServletRequest request, HttpServletResponse response)
String speciesString = enc.getTaxonomyString();
Annotation ann = new Annotation(speciesString, crMa);
ann.setMatchAgainst(true);
String iaClass = "whalesharkCR"; // should we change this?
String iaClass = "shark"; // should we change this?
ann.setIAClass(iaClass);
if (rightSide) { ann.setViewpoint("right"); } else { ann.setViewpoint("left"); }
enc.addAnnotation(ann);
Expand Down

0 comments on commit 0605c40

Please sign in to comment.