We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cd84a commit 3dac734Copy full SHA for 3dac734
1 file changed
validator-plugin-cnig/src/main/java/fr/ign/validator/cnig/tools/IdurbaFormatFactory.java
@@ -36,7 +36,7 @@ public static IdurbaFormat getFormat(DocumentModel documentModel) {
36
String documentModelName = documentModel.getName();
37
38
String documentType = DocumentModelName.getDocumentType(documentModelName);
39
- if (documentType == null || documentType.equalsIgnoreCase("SUP")) {
+ if (documentType == null || documentType.equalsIgnoreCase("SUP") || documentType.equalsIgnoreCase("MEC")) {
40
return null;
41
}
42
0 commit comments