EWO MAP - how to force "Bring to Front" on a symbol on the map?
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
EWO MAP - how to force "Bring to Front" on a symbol on the map?
I'm working with the map widget and symbols which are effectively small popups with a bunch of data shown on them. If the map is zoomed out enough, some of the close positioned symbols overlay and the data shown on them is not entirely visible. I'd like to add a click script on the symbol which acts similar to the GEDI "Bring to Front" function, but I've not yet found an elegant an easy way to do this. Is there a function which can be used to "push" the symbol to the top, so that is no longer "behind" a symbol which was loaded later? For now I'm using a combination of the removeSymbol / addSymbol to simply reload the clicked symbol, but this is neither quick nor elegant.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: EWO MAP - how to force "Bring to Front" on a symbol on the map?
There is no UI/CTRL function available to change the Z order of objects during runtime.
Best Regards
Leopold Knipp
Senior Support Specialist
Best Regards
Leopold Knipp
Senior Support Specialist
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
Re: EWO MAP - how to force "Bring to Front" on a symbol on the map?
Thanks for the info Leo.