mrmap-community / Mapbender2.8

Other
4 stars 1 forks source link

GUI defined ScaleHints are ignored in treeGDE2 #50

Open holsandre opened 3 years ago

holsandre commented 3 years ago

The ScaleHints, which can be overwritten in the gui wms configuration are ignored by some GUIs (see https://geoportal.landau.de). Maybe it is a problem of the GeoPortal.rlp way of work with wms - WMCs are used to start the client - the mapbender ScaleHints may only available for starting GUIs directly from database configuration - see: https://git.osgeo.org/gitea/hollsandre/Mapbender2.8/src/branch/master/http/javascripts/initWmcObj.php - line 120: $wmc->createFromApplication($app);

holsandre commented 3 years ago

karlo:

i can confirm the problem in the modern and classic gui in hesse geoportal as well.

a service publisher changed the scalehints in his (container)gui....

this has no effect when adding this services from search into an gui.

if i change scalehints inside an (application)gui and load this gui whithout a wmc, the changed scalehints of the (application)gui works as expected.