Fix some dodgy handling of DME references

This commit is contained in:
Ian Renton
2026-09-05 09:57:05 +01:00
parent 3e4327ec0c
commit df724409a5
11 changed files with 28 additions and 20 deletions
+2 -2
View File
@@ -253,10 +253,10 @@ SIGS = [
description="Diploma Municipios de España",
sig_type=SIGType.REGIONAL,
ref_type=SIGRefType.TOWN,
ref_regex=r"\d{4,5}",
ref_regex=r"DME[\- ]\d{3,5}",
icon="fa-building",
region_flag="🇪🇸",
refs_globally_unique=False,
refs_globally_unique=True,
),
SIG(
name="FEA",