You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we get a button added where we toggle the visibility of room labels?
This would be nice as I have started using this site to memorize map layouts so that I can improve my callouts.
It is as simple as adding a button with $('.room-label').toggle() in the on click event of the button
The text was updated successfully, but these errors were encountered:
This is actually something I’ve been planning to add but I don’t actually know js/webdev that well. I can’t currently work on r6maps, but I should be able to try that out in about a week, and if it works, it’ll be on my fork after I figure out where and how to put the button.
Edit: also if you’d like, you can add it yourself and PR to my fork or here and I’ll merge it in when I can.
I can maybe try to figure it out sometime this week if you want. If so just let me know and let me know how you want it done, a button next to the floors or a checkbox on the legend for each type and be able to toggle each of them.
On Apr 20, 2019 1:42 PM, purechaose <[email protected]> wrote:
This is actually something I’ve been planning to add but I don’t actually know js/webdev that well. I can’t currently work on r6maps, but I should be able to try that out in about a week, and if it works, it’ll be on my fork after I figure out where and how to put the button.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#138 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEOWY2U6O6ZUSAT67U5YU3LPRNW33ANCNFSM4HHGPJ5Q>.
Can we get a button added where we toggle the visibility of room labels?
This would be nice as I have started using this site to memorize map layouts so that I can improve my callouts.
It is as simple as adding a button with $('.room-label').toggle() in the on click event of the button
The text was updated successfully, but these errors were encountered: