Skip to content

Commit 0d80021

Browse files
redmine_21494
1 parent 948056a commit 0d80021

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

config-backup/validator_feature_type.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ f7d8c6e8591d22343a58cf90c7bd32f0,7508c61d71b18e09ea0b5dd29014feb3,,f,HABILLAGE_L
387387
529ff23951b388d23b3237eaf7d5e20d,77919c928a486c24b18910d176f78fd4,,f,HABILLAGE_LIN,HABILLAGE_LIN,"Table des tracés linéaires indicatifs figurant sur le plan du document d'urbanisme à des fins d'habillage",,
388388
661df0453b9ad6e96e9e6d9d04f01b9d,77919c928a486c24b18910d176f78fd4,,f,HABILLAGE_SURF,HABILLAGE_SURF,"Table des tracés surfaciques indicatifs figurant sur le plan du document d'urbanisme à des fins d'habillage",,
389389
6678e427f0f2b7676573e50f01a545b1,77919c928a486c24b18910d176f78fd4,,f,HABILLAGE_TXT,HABILLAGE_TXT,"Table des objets textuels (étiquettes) figurant sur le plan du document d'urbanisme à des fins d'habillage",,
390-
761fc6372453ded4ff9f19b7fefd1b90,77919c928a486c24b18910d176f78fd4,,f,DOC_URBA,DOC_URBA,"Table contenant la liste des documents d'Urbanisme PLU ou POS dont la numérisation ou l'élaboration sous fourme numérique est engagée","[""DATAPPRO IS NOT NULL OR ETAT NOT LIKE '03'"",""DATEFIN IS NOT NULL OR ETAT NOT IN ('04', '05')""]","[""(ETAT) REFERENCES ListeEtatCC(ETAT)"",""(TYPEDOC) REFERENCES ListeTypedocCC(TYPEDOC)"",""(TYPEREF) REFERENCES ListeTyperefCC(TYPEREF)"",""NOMRAPP IS NOT NULL OR URLRAPP IS NOT NULL""]"
390+
761fc6372453ded4ff9f19b7fefd1b90,77919c928a486c24b18910d176f78fd4,,f,DOC_URBA,DOC_URBA,"Table contenant la liste des documents d'Urbanisme PLU ou POS dont la numérisation ou l'élaboration sous fourme numérique est engagée","[""DATAPPRO IS NOT NULL OR ETAT NOT LIKE '03'"",""DATEFIN IS NOT NULL OR ETAT NOT IN ('04', '05')"",""NOMRAPP IS NOT NULL OR URLRAPP IS NOT NULL""]","[""(ETAT) REFERENCES ListeEtatCC(ETAT)"",""(TYPEDOC) REFERENCES ListeTypedocCC(TYPEDOC)"",""(TYPEREF) REFERENCES ListeTyperefCC(TYPEREF)""]"
391391
818cc1bed15eab2eecfa2378fd95262b,77919c928a486c24b18910d176f78fd4,,f,INFO_PCT,INFO_PCT,"Table contenant les informations ponctuelles à reporter à titre d'information","[""TYPEINF IS NOT NULL"",""TYPEINF LIKE '00' AND TYPEP IS NOT NULL OR TYPEINF NOT LIKE '00' AND TYPEP IS NULL"",""TYPEINF NOT LIKE '00' OR STYPEP IS NOT NULL""]","[""(STYPEP) REFERENCES ListeStypepCC(STYPEP)"",""(TYPEINF, STYPEINF) REFERENCES InformationUrbaType(TYPEINF, STYPEINF)"",""(TYPEP) REFERENCES ListeTypepCC(TYPEP)""]"
392392
936eb6c4cc4aff7d0fd9e23eca271178,77919c928a486c24b18910d176f78fd4,,f,TITRES_PIECES_ECRITES,TITRES_PIECES_ECRITES,,,
393393
9cf35d5fcacef9fd63f31d25d729868e,77919c928a486c24b18910d176f78fd4,,f,DOC_URBA_COM,DOC_URBA_COM,"Table contenant la liste des documents d'Urbanisme PLU ou POS dont la numérisation ou l'élaboration sous fourme numérique est engagée",,

config/cnig_CC_2025/types/DOC_URBA.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,13 @@
233233
"constraints": {
234234
"conditions": [
235235
"DATAPPRO IS NOT NULL OR ETAT NOT LIKE '03'",
236-
"DATEFIN IS NOT NULL OR ETAT NOT IN ('04', '05')"
236+
"DATEFIN IS NOT NULL OR ETAT NOT IN ('04', '05')",
237+
"NOMRAPP IS NOT NULL OR URLRAPP IS NOT NULL"
237238
],
238239
"foreignKeys": [
239240
"(ETAT) REFERENCES ListeEtatCC(ETAT)",
240241
"(TYPEDOC) REFERENCES ListeTypedocCC(TYPEDOC)",
241-
"(TYPEREF) REFERENCES ListeTyperefCC(TYPEREF)",
242-
"NOMRAPP IS NOT NULL OR URLRAPP IS NOT NULL"
242+
"(TYPEREF) REFERENCES ListeTyperefCC(TYPEREF)"
243243
]
244244
}
245245
}

config/cnig_POS_2024/files.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,14 +389,6 @@
389389
"title": "PRESCRIPTION",
390390
"path": "Pieces_ecrites/3_Reglement/[AB0-9]{5}_prescription_(lin|pct|surf)(_[0-9]+)?(_[0-9]+)?(_[0-9]+)?_[0-9]{8}(_[a-zA-Z])?"
391391
},
392-
{
393-
"type": "pdf",
394-
"mandatory": "ERROR",
395-
"id": "ed291636b7c0a994e16659157c299ddf",
396-
"name": "REGLEMENT",
397-
"title": "REGLEMENT",
398-
"path": "Pieces_ecrites/3_Reglement/[AB0-9]{5}_reglement(_97_00)?_[0-9]{8}(_[a-zA-Z])?"
399-
},
400392
{
401393
"type": "metadata",
402394
"mandatory": "OPTIONAL",
@@ -406,6 +398,14 @@
406398
"description": "Règlement littéral au format XML et structuré suivant le standard CNIG SRU",
407399
"path": "Pieces_ecrites/3_Reglement/[AB0-9]{5}_reglement(_97_00)?_[0-9]{8}(_[a-zA-Z])?"
408400
},
401+
{
402+
"type": "pdf",
403+
"mandatory": "ERROR",
404+
"id": "ed291636b7c0a994e16659157c299ddf",
405+
"name": "REGLEMENT",
406+
"title": "REGLEMENT",
407+
"path": "Pieces_ecrites/3_Reglement/[AB0-9]{5}_reglement(_97_00)?_[0-9]{8}(_[a-zA-Z])?"
408+
},
409409
{
410410
"type": "pdf",
411411
"mandatory": "OPTIONAL",

0 commit comments

Comments
 (0)