diff --git a/src/main/java/no/nibio/vips/logic/modules/barkbeetle/BarkbeetleController.java b/src/main/java/no/nibio/vips/logic/modules/barkbeetle/BarkbeetleController.java index 0a2dcdbb90036b19ca1be6ce9e60167ede85bd52..7770c1f6f2bb023484ebfd1951e3a42569740d0a 100644 --- a/src/main/java/no/nibio/vips/logic/modules/barkbeetle/BarkbeetleController.java +++ b/src/main/java/no/nibio/vips/logic/modules/barkbeetle/BarkbeetleController.java @@ -33,6 +33,7 @@ import java.util.List; import java.util.Locale; import java.util.Set; import java.util.stream.Collectors; +import org.locationtech.jts.geom.Point; import jakarta.ejb.EJB; import jakarta.servlet.ServletException; import jakarta.servlet.http.HttpServlet; @@ -51,7 +52,6 @@ import no.nibio.vips.util.ServletUtil; import no.nibio.web.forms.FormValidation; import no.nibio.web.forms.FormValidationException; import no.nibio.web.forms.FormValidator; -import org.locationtech.jts.geom.Point; /** * @copyright 2022 <a href="http://www.bioforsk.no/">Bioforsk</a> @@ -60,8 +60,8 @@ import org.locationtech.jts.geom.Point; public class BarkbeetleController extends HttpServlet { // Due to version controls of PDF files, we keep the file names globally updated here - public final static String FILENAME_INSTRUKS_REGISTRANTER = "Instruks_registranter_i_Barkbilleovervakingen_2024-04-03.pdf"; - public final static String FILENAME_INSTRUKS_BARKBILLEFYLKESKONTAKTER = "Instruks_Barkbillefylkeskontakter_2024-03-04.pdf"; + public final static String FILENAME_INSTRUKS_REGISTRANTER = "Instruks_registranter_i_Barkbilleovervakingen_2025-02-19.pdf"; + public final static String FILENAME_INSTRUKS_BARKBILLEFYLKESKONTAKTER = "Instruks_Barkbillefylkeskontakter_2025-02-19.pdf"; public final static String FILENAME_KJENN_IGJEN_ANGREP = "Kjenn_igjen_angrep_stor_granbarkbille_2022-04-25.pdf"; @EJB diff --git a/src/main/webapp/images/modules/barkbeetle/Instruks_Barkbillefylkeskontakter_2025-02-19.pdf b/src/main/webapp/images/modules/barkbeetle/Instruks_Barkbillefylkeskontakter_2025-02-19.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b0d35e9b9cbddb394c6e7e3ad465de2b89780594 Binary files /dev/null and b/src/main/webapp/images/modules/barkbeetle/Instruks_Barkbillefylkeskontakter_2025-02-19.pdf differ diff --git a/src/main/webapp/images/modules/barkbeetle/Instruks_registranter_i_Barkbilleovervakingen_2025-02-19.pdf b/src/main/webapp/images/modules/barkbeetle/Instruks_registranter_i_Barkbilleovervakingen_2025-02-19.pdf new file mode 100644 index 0000000000000000000000000000000000000000..edd2ec55333a05b4ebd8c5a0073003ed63ba2d34 Binary files /dev/null and b/src/main/webapp/images/modules/barkbeetle/Instruks_registranter_i_Barkbilleovervakingen_2025-02-19.pdf differ