Opened 16 years ago
Closed 14 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 , 16 years ago
Owner: | changed from | to
---|
- normally we take the GetLegendrequest like it is defined from the server
- uli will check this out
comment:2 by , 14 years ago
Milestone: | 2.7 release → 2.8 release |
---|
comment:3 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.