Map new sizes for blades

This commit is contained in:
2025-07-14 17:17:51 +02:00
parent 5796322692
commit 1d85ab3921

View File

@@ -361,6 +361,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Schenkelbreite (Breite)" => MDMeasurementType::width,
"Durchmesser",
"Durchmesser (Schaft)",
"Durchm.",
"Durchmesser (mit Dicke)",
"Durchmesser (Boden)",
@@ -510,6 +511,10 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"orientation",
"Stempelstellung" => MDMeasurementType::die_axis,
"Länge (Klinge)" => MDMeasurementType::length_blade,
"Breite (Klinge)" => MDMeasurementType::width_blade,
"Höhe (Klinge)" => MDMeasurementType::height_blade,
default => throw new MDImporterMissingConcordance("Unmapped specific measurement type: " . $input),
};