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

Polygons with tags #43

Closed
fernaper opened this issue Apr 19, 2019 · 0 comments
Closed

Polygons with tags #43

fernaper opened this issue Apr 19, 2019 · 0 comments
Assignees
Labels

Comments

@fernaper
Copy link
Owner

Right now we can add tags to polygons only if we attach a zone to them.
I want to be capable to add tags without a selection.

I think the easiest way to solve this problem is just to change the alpha value of the attached zone to 0, so it is completle invisible, while it exists (becouse, we need and want to have this rectangle, because it is necessary for selection the possition of each tag).

But I think, the better way to attack this problem is not saving the rectangle itself, just save the polygon, and make Utils.py generate the rectangle but only for the constraints algorithm.

Why the second idea could be better?
Because with the first option, we are drawing rectangles. Invisible ones, but at the end spending time in an unnecessary task.

@fernaper fernaper added enhancement New feature or request idea labels Apr 19, 2019
@fernaper fernaper self-assigned this Apr 19, 2019
fernaper added a commit that referenced this issue May 31, 2019
fernaper added a commit that referenced this issue May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant