Opened 11 years ago
Closed 10 years ago
#2402 closed defect (fixed)
SHOWLAYERS,HIDELAYERS,SHOWGROUPS and HIDEGROUPS parameters for GETMAPIMAGE do nothing
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Map Agent | Version: | |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
The SHOWLAYERS,HIDELAYERS,SHOWGROUPS and HIDEGROUPS parameters for GETMAPIMAGE do nothing because these parameters expect a comma-separated list of object ids, which when you're rendering off of a Map Definition and not an MgMap (where you could then walk its layers and groups for their object ids), you would never ever know that object ids to pass up.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | 2402.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r8442