I want to display a dialog box hover a map. An overlay with opacity is hover the whole map (see the image below).
I successfully implemented the map without the dialog box and the overlay. I can successfully call the dialog box after the map is rendered without any problem.
The issue is when I want to display the dialog and the overlay at the same time when the map is rendered for the first time. I get an empty map. Still, the markers and the here map logo are shown (see image below).
- I tried to force reloading the base layer, without success.
- I tried to restart engine, without success.
- As I am using vuetify I tried to forceUpdate, without success.
Thanks for your help.