img-mapper/react-img-mapper

[Feature] Disabling individual area coords.

Closed this issue · 7 comments

Is your feature request related to a problem? Please describe.
It is not a big problem but I think a bool disabled function would be great as sometimes on site-plans, I want to disable certain sold-out area.

Describe the solution you'd like
Probably something like disable boolean that we can add when we declare the map const.

Describe alternatives you've considered
Currently I am updating the id to empty so that users cannot click on that certain area. But this is not the best solution because users can technically still click on it. It is just that it is not linked to that id because I removed it. A disable boolean would be a better way to do it.

Great Feature, I am willing to add that feature to my project

Awesome! Thank you very much. Great work!

I am planning to add active: true | false in JSON.

If you are passing active: false in a specific area it will not highlight that specific area.

it will give similar results to that https://img-mapper.github.io/react-docs/?path=/story/examples-area--show-highlighted-area

That's perfect!

did you upgrade the package to v1.0.4?

@NishargShah Yes it works now. I just forgot to restart my localhost. Thank you!