I want to add a layer that will show some information that I have stored in a DB like a picture and some text. The Layer is supposed to load dinamically in the position where I click a Hotspot.
The thing is I cannot show a layer without the "Keep=true" property. If that set to false or not set declared at all, layer wont show. But then, if I set it to true I cannot place the layer where I want it to be 'cuz it would stay fixed in the screen.
So it doesn't not appear on screen unless I add the keep='true' property. This happens with all the layers inside my xml files. I would use it this way but I need to show a little box above a Hostpot position when I click it. And if keep set to true, layer would not move to the position I want.
If something wrong what could it be or how can I check it?