You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logic of InvalidTagsCheck uses taggable filters passed through a config / resource file to flag atlas objects that have invalid tags. Adding autofix suggestions to InvalidTagsCheck will require code change. One solution would be to pass the action(DELETE) and tag in the resource/ config along with the taggable filter and instruction.
Which Atlas check is the fix suggestion related to?
Invalid Tag Check
Description: https://github.com/osmlab/atlas-checks/blob/ca315302ff16b1743593a5d4b4aa71c4b4e57b02/docs/checks/invalidTagsCheck.md
Script: https://github.com/osmlab/atlas-checks/blob/ca315302ff16b1743593a5d4b4aa71c4b4e57b02/src/test/java/org/openstreetmap/atlas/checks/validation/tag/InvalidTagsCheckTest.java
Describe more details of suggested fix(es)
Suggested Fix 1: Invalid Area Tag in Roundabout
Type of fixing: Tag fix
Operation: Delete
Suggested Action: Remove "area=*" tag on roundabout
Is there any code enhancement needed if adding the fix suggestion component?
No
The text was updated successfully, but these errors were encountered: