Opened 14 years ago
Last modified 7 years ago
#797 new enhancement
Element-vars for WMS
Reported by: | frankjaeger | Owned by: | dev |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | wms | Version: | 2.7 |
Keywords: | featureinfo | Cc: |
Description
Some WMS have small feature-infos some have big ones.
Until MB 2.4 (?) the feature-Infos are opened in a new Window. With code in the html-template (umn) I got a perfect fitting Window-Size for each Info:
<body onLoad="window.resizeTo(460, 300)">
Today the featureInfo is opened in an iframe. The code from the template doesn't work.
With element-vars 'featureInfoPopupHeight' and 'featureInfoPopupWidth' the size is now defined unique for a gui (application). But the application has very different feature-info sizes from different WMS.
Move this element-vars from gui/element to wms or enable sizes, embedded in the html-templates to control the iframe-size.
Ticket retargeted after milestone deleted