webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
886 stars 212 forks source link

popup z-index #72

Open agrimpard opened 8 years ago

agrimpard commented 8 years ago

When markers are in close range if you open multiple popups they stack on each other. The latest popup opened is not necessarily on the top of the stack as it should be. It would be good to handle popups z-index and prioritize the latest popup opened ?

Offtopic, i'm discovering webglearth, loving it and testing it there : http://worldisbeautiful.net/carte/ :)

TiagoSousa26 commented 8 years ago

In leaflet (part of the base of earth) can do it, you can bring to front or update the popup and change the z-index but in earth seems that feature is not in there or at least is not documented or in source code for what I saw but would like to know if it can be done.