forked from osmlab/atlas-checks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fix suggestion to RoadNameGapCheck (osmlab#475)
* Added fix suggestion for RoadNameGapCheck * Fix suggestion: Store previous name in old_name tag * Complex fix suggestion changes - if bridge and no bridge:name, store old name value under it - otherwise store the old value under alt_name (with increased index if already existing eg. alt_name_1) * Add tunnel condition in fix suggestion Co-authored-by: atiannicelli <[email protected]> * Added missing TunnelTag import * code smell Co-authored-by: atiannicelli <[email protected]> Co-authored-by: Sean Coulter <[email protected]>
- Loading branch information
1 parent
185374e
commit 3e3d0fd
Showing
4 changed files
with
163 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters