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:
Quincy Morgan
2019-09-26 10:56:30 +02:00
parent d43cf85fe6
commit 525916da74
8 changed files with 239 additions and 141 deletions
+1 -1
View File
@@ -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);