Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID Warnings and Errors #288

Closed
natfoot opened this issue Sep 23, 2021 · 6 comments · Fixed by OpenHistoricalMap/iD#137
Closed

ID Warnings and Errors #288

natfoot opened this issue Sep 23, 2021 · 6 comments · Fixed by OpenHistoricalMap/iD#137
Labels

Comments

@natfoot
Copy link

natfoot commented Sep 23, 2021

Bug description
ID validator counties to throw out warnings and errors that are not relevant to the OHM project.
This includes
roads that are only connected together as we don't have as much data and is not necessarily in need of a warning.
roads and way overlapping and not connecting as they may be from different time periods

What should be happening?
Warnings that are more consistent with the OHM project.

Repro Steps
Please provide detailed instructions to reproduce the behavior:

  1. ID Editor
  2. Overlap any set of roads and either connect a few or not.
  3. then save
  4. see list below in left panel for warnings and errors before change set description save

Screenshots & URL
Where this is found in ID see GitHub
iD/modules/validations

@natfoot
Copy link
Author

natfoot commented Sep 23, 2021

If we can just tell ID not to have these it may be better than leaving them active.

@Dimitar5555
Copy link

@1ec5
Copy link
Member

1ec5 commented Sep 21, 2022

roads and way overlapping and not connecting as they may be from different time periods

The crossing ways validator rule already makes some exceptions for features that are on different layers, different levels, etc. We should add an exception for when the two ways’ date ranges don’t overlap. This requires doing string comparisons on the start_date and end_date tags of the two features.

If one feature begins on the same day that another feature ends, we should let them overlap, because we don’t yet have support for more precise time tagging. The comparison would be a bit more complex once we add support for EDTF: #15 #304.

@1ec5
Copy link
Member

1ec5 commented Sep 21, 2022

roads and way overlapping and not connecting as they may be from different time periods

The crossing ways validator rule already makes some exceptions for features that are on different layers, different levels, etc. We should add an exception for when the two ways’ date ranges don’t overlap. This requires doing string comparisons on the start_date and end_date tags of the two features.

I added this exception in OpenHistoricalMap/iD#137.

@1ec5
Copy link
Member

1ec5 commented Oct 4, 2022

OpenHistoricalMap/iD#137 landed in the new staging branch we’re working on for #395. I ended up adding an exception to three different validator rules, so I think this issue is now resolved. GitHub hasn’t closed it automatically because staging-old is still this repository’s default branch; it’s waiting for us to merge staging into staging-old, which will never happen.

@1ec5
Copy link
Member

1ec5 commented Oct 8, 2022

Fixed in OpenHistoricalMap/iD#137.

@1ec5 1ec5 closed this as completed Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants