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

3D Buildings freezes the UI #1067

Closed
tordans opened this issue Aug 30, 2023 · 1 comment
Closed

3D Buildings freezes the UI #1067

tordans opened this issue Aug 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working feature-3d Issue or request related to the 3d viewer top-priority Top priority issue
Milestone

Comments

@tordans
Copy link

tordans commented Aug 30, 2023

Description

Update: This has nothing to do with the preview panel, it looks like some data in this location freezes the UI.

  1. I open https://rapideditor.org/edit#background=Bing&datasets=fbRoads,msBuildings&disable_features=boundaries&map=18.91/52.47307/13.44840
  2. I activate 3D Buildings
  3. I pan the 3D Preview Map to the right so more on the left is visible… but there is only white space
  4. Now the main window is frozen and cannot be panned anymore

The console says:

Uncaught Error: Entity w166430018 not found
    at t.entity (Graph.js:96:13)
    at relation.js:229:76
…

Version

2.1.0

What browser are you seeing the problem on? What version are you running?

Chrome v115.0

The OS you're using

mac

Steps to reproduce

No response

The browser URL at the time you encountered the bug

https://rapideditor.org/edit#background=Bing&datasets=fbRoads,msBuildings&disable_features=boundaries&map=18.91/52.47307/13.44840

The auto-detected useragent string for your browser (leave blank if you're manually filling this form out)

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

@bhousel bhousel added bug Something isn't working feature-3d Issue or request related to the 3d viewer labels Aug 30, 2023
@Bonkles Bonkles self-assigned this Aug 30, 2023
@Bonkles Bonkles added the top-priority Top priority issue label Aug 30, 2023
@Bonkles
Copy link
Contributor

Bonkles commented Aug 30, 2023

Looks like this had to do with panning over a large relation that included ways that were very far away. in this case, we should simply omit displaying the relations for the 3D map, as they aren't what we're really after.

@Bonkles Bonkles added this to the v2.1 milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature-3d Issue or request related to the 3d viewer top-priority Top priority issue
Projects
None yet
Development

No branches or pull requests

3 participants