-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
If we can just tell ID not to have these it may be better than leaving them active. |
It seems like certain validators can be disabled using https://github.com/openstreetmap/iD/blob/053b652548863bce8344b043d0d30973cf40bb9a/modules/core/validator.js#L16 |
The crossing ways validator rule already makes some exceptions for features that are on different 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. |
I added this exception in OpenHistoricalMap/iD#137. |
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. |
Fixed in OpenHistoricalMap/iD#137. |
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:
Screenshots & URL
Where this is found in ID see GitHub
iD/modules/validations
The text was updated successfully, but these errors were encountered: