mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Recategorize tags_suggests_area validation rule into mismatched_geometry rule
Warn about points tagged as vertices and vertices tagged as points (close #6319)
This commit is contained in:
@@ -349,7 +349,7 @@ export function coreValidator(context) {
|
||||
ran.impossible_oneway = true;
|
||||
}
|
||||
|
||||
runValidation('tag_suggests_area');
|
||||
runValidation('mismatched_geometry');
|
||||
|
||||
// run all rules not yet run
|
||||
Object.keys(_rules).forEach(runValidation);
|
||||
|
||||
Reference in New Issue
Block a user