Skip to content
Snippets Groups Projects
Commit 4c5d873d authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

GML als Wert für applicationProfile aufgenommen

parent e7421a06
No related branches found
No related tags found
No related merge requests found
Pipeline #597 passed
......@@ -204,6 +204,8 @@ public class Mapping {
return ResourceFactory.createResource("http://publications.europa.eu/resource/authority/file-type/CSV");
} else if ("HTML".equals(applicationProfile)) {
return ResourceFactory.createResource("http://publications.europa.eu/resource/authority/file-type/HTML");
} else if ("GML".equals(applicationProfile)) {
return ResourceFactory.createResource("http://publications.europa.eu/resource/authority/file-type/GML");
} else {
log.info("{} is not an allowed applicationProfile.", applicationProfile);
throw new IllegalArgumentException(applicationProfile + " is not an allowed applicationProfile.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment