-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cannot resolve warnings (intersecting ways) #1050
Comments
Graph.js:96 Uncaught Error: Entity n9485242671 not found |
@cbeddow and I sat together for a bit on a vid call and couldn't repro- but while trying to repro we mapped some sidewalks that crossed existing parking lanes/ways to get validations to crop up. The connection warnings resolved quickly. I posit that perhaps an unrelated bug caused the UI to start acting squirrelly (sometimes when we stack trace, the UI can continue working mostly, but start behaving very strangely). Sure enough after enabling/disabling mapilllary, then reloading the page, we were greeted with the above trace |
Opening the 2.0.3 code in the browser (with source maps) gets me to the following line in almost_junction.js:
|
Okay, so the whole issue here was : we reworked/rethought the way we saved changes to the local base graph in the application storage. This meant that certain features in the base graph were NOT getting saved. If you edited pre-existing features, refreshed, and then clicked 'restore my changes' really fast (before the OSM data could load) then it could result in this graph error occuring, which could cause undefined UI behavior. Strongly suspect that this is the underlying cause for #1048 and #1049 |
Description
None of these warnings when I go to submit a changeset can be resolved
They all have the but to click "connect the features" and I click it and nothing happens
On the map, they all look to actually be resolved
Version
2.0.3
What browser are you seeing the problem on? What version are you running?
Chrome v115.0
The OS you're using
win
Steps to reproduce
No response
The browser URL at the time you encountered the bug
https://rapideditor.org/edit#background=EsriWorldImageryClarity&datasets=fbRoads,msBuildings&disable_features=boundaries&map=22.64/32.71873/-117.16396&photo_overlay=mapillary
The auto-detected useragent string for your browser (leave blank if you're manually filling this form out)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
The text was updated successfully, but these errors were encountered: