-
Notifications
You must be signed in to change notification settings - Fork 34
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
remove old street elements before add new elements #389
Comments
@Algorush can you provide more detailed instructions to reproduce is issue of "new street elements are added along with old ones?" |
For example, when changing the |
Created PR to fix this: #448 |
I noticed one thing with the checkbox in the right panel interface. The switch doesn't work when I click on an area outside of the small circle. I created an issue in 3DStreet-editror with a description: 3DStreet/3dstreet-editor#374 |
in some cases, when adding a new scene, new street elements are added along with the old ones. Its better to clean up street and building elements before adding new ones.
I added the code to remove the .street-parent element in this PR: https://github.com/3DStreet/3dstreet/pull/355/files#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556R39
Still need to do this for .buildings-parent element
The text was updated successfully, but these errors were encountered: