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
Hello, this tool looks amazing and handles general map/image tasks great, but I am looking to make some custom controls around it, as opposed to using the default set.
I was wondering if an API could be made to fill the functions of the generated sidebar, and prevent that ui from being generated?
My usecase has me working on making an imageMap, to map out specific regions to associate with other datas. I could make the ui around the canvas, but the tool doesn't lend itself to being accessed in a programmatic way.
It looks like it is currently hackable though.... one can remove the ui element manually fine, and the main imageMapCreator object is open and easy enough to work with when it comes to reading off what areas are drawn.
That being said, it would be lovely to have:
ability to turn off sidebar UI, disabling right click functionality
functions for performing sidebar functionalities
callbacks for "map area added/deleted"
callbacks for "map area modified"
function to load/return map data
function to set image
The text was updated successfully, but these errors were encountered:
Hi, thanks for your interest and sorry for the slow reply.
It looks like it is currently hackable though.... one can remove the ui element manually fine, and the main imageMapCreator object is open and easy enough to work with when it comes to reading off what areas are drawn.
Yes, this is mostly the way I intended it to be. I didn't really thought of an API and will probably not add one myself. But if you end up doing one, I will probably merge it.
Hello, this tool looks amazing and handles general map/image tasks great, but I am looking to make some custom controls around it, as opposed to using the default set.
I was wondering if an API could be made to fill the functions of the generated sidebar, and prevent that ui from being generated?
My usecase has me working on making an imageMap, to map out specific regions to associate with other datas. I could make the ui around the canvas, but the tool doesn't lend itself to being accessed in a programmatic way.
It looks like it is currently hackable though.... one can remove the ui element manually fine, and the main
imageMapCreator
object is open and easy enough to work with when it comes to reading off what areas are drawn.That being said, it would be lovely to have:
The text was updated successfully, but these errors were encountered: