Hello.
I have a problem with the popup elements.
I have a map with a WMS layer, when i Query my map, I have a pop up to show
the results, of my query, but the problem it's I don't have a Slidebar to
show all the information.
I have a html table defined in my mapfile with some javascript, and my popup
defined like:
popup = new OpenLayers.Popup.FramedCloud('popup',
helper.map.getLonLatFromPixel(helper.mouse_loc),
new
OpenLayers.Size(this.addQueryResult.innerHTML),/*this.contentDiv.innerHTML*/
text,
null,
true,
null);
popup.autoSize = true;
popup.overFlow = "auto";
map.addPopup(popup);
But the result it's a poup without the scrollbar and the table result it's
greater than the popup.
Any sugestions?
Thanks
--
Martinez Morata David
Thinking GIS
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users