So you mean that map is loaded live from the openstreetmap.org server in its own layer and you made your interactive data in a seperate layer in construct2 as an overlay?
Am I getting that right? That looks pretty slick I must admit.
Dank je wel trouwens
Yep that's about it..
The markers on the map itself are part of the plugin, but controllable from within Construct (Appearance/placement)
They are updated every minute to reflect if the pubs are open or not (using the system time of the device running the "Game")
Because the map is a DOM-element C2 can't really overlay it (unless you use a div/html-plugin), so I just played with animating the size of the map to uncover the menu's and stuff..
It took quite some experimenting to get it to work and look right (especially because I wanted it to work on every screensize, mobile, tablet and desktop), but I'm quite happy with the result.