February 6, 2025 at 7:11 PM #1 HelloIs there any way to control the zorder position (zIndex) of the spot element for the krpanomap plugin?Piotr
February 7, 2025 at 11:44 AM #2 Hi Piotr,the plugin is open source,in createSpotstyle function register attirbute zorder (spotstyle.registerattribute("zorder", 1);)and in applySpotstyle add hs.zorder = spotstyle.zorder;
February 7, 2025 at 7:35 PM #3 Thank you Jerome. You are right. I missed it.I completed the zorder and alpha for myself.Piotr