Opened 15 years ago

Closed 13 years ago

#476 closed defect (wontfix)

scale parameter for getlegendgraphic dropped by owsproxy

Reported by: breul Owned by: uli
Priority: trivial Milestone: 2.7.1 release
Component: core Version: 2.6 rc1
Keywords: owsproxy scale Cc:

Description

owsproxy of mapbender 2.4.3 seems to drop the scale parameter for getlegendgraphic requests...

i added the following to the code here to fix my problem:

case 'getlegendgraphic':

$url = getLegendUrl($query->getOwsproxyServiceId()); NEW if ($reqParamsscale!=null){

$url=$url."&SCALE=".$reqParamsscale;

} END NEW getImage($url); break;

Change History (3)

comment:1 by astrid_emde, 15 years ago

Owner: changed from dev to uli
  • normally we take the GetLegendrequest like it is defined from the server
  • uli will check this out

comment:2 by astrid_emde, 13 years ago

Milestone: 2.7 release2.8 release

comment:3 by kmq, 13 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.