codecharta
codecharta copied to clipboard
Invert area not working
Bug
Expected Behavior
GIVEN A map with different sized buildings
WHEN the user presses the "Invert Area" button
THEN the area of buildings is inverted, e.g. the smallest building becomes the biggest one area wise and vice versa.
Actual Behavior
The algorithm normalizes all buildings in a folder and removes building with area size bigger 400.
Specifications
- is released in online-demo: yes | no
- CodeCharta Version: 1.110.0
- OS: all
- Browser: all
Note
I removed the feature button in the PR for #3044. It should be discussed if this feature is still required.