Add new check type: Check of object's location
This commit is contained in:
2
l18n
2
l18n
Submodule l18n updated: 8a2501a62c...5c442b8115
@@ -14,6 +14,7 @@ enum MDObjectCheckType implements MDValueEnumInterface, JsonSerializable {
|
|||||||
case condition_check;
|
case condition_check;
|
||||||
case completeness_check;
|
case completeness_check;
|
||||||
case data_correctness_check;
|
case data_correctness_check;
|
||||||
|
case location_accuracy_check;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a value of this type based on a string.
|
* Returns a value of this type based on a string.
|
||||||
@@ -28,6 +29,7 @@ enum MDObjectCheckType implements MDValueEnumInterface, JsonSerializable {
|
|||||||
'condition_check' => self::condition_check,
|
'condition_check' => self::condition_check,
|
||||||
'completeness_check' => self::completeness_check,
|
'completeness_check' => self::completeness_check,
|
||||||
'data_correctness_check' => self::data_correctness_check,
|
'data_correctness_check' => self::data_correctness_check,
|
||||||
|
'location_accuracy_check' => self::location_accuracy_check,
|
||||||
default => throw new MDpageParameterNotFromListException("Unknown check type"),
|
default => throw new MDpageParameterNotFromListException("Unknown check type"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user