08-31-2017 06:09 AM - edited 08-31-2017 06:10 AM
Hi,
I've developped a wms service which adds a point and a label on the egde of the bounding box but it appears below the viewable area in the web portal so it's not visible. When I pan north, I can see the label coming up.
This problem is not present with QGIS, OpenLayers and ArcMap.
Is it possible to control the size of the bounding box to make sure the size fits the viewable area ?
Thanks
Solved! Go to Solution.
09-05-2017 11:49 AM
Hi,
a colleague found the setting in the web.config of the web portal :
<WMSDisplaying displayMode="View" displayRatio="1.0" ...
It was set to 1.2 which meant + 20% ratio.