Opened 12 years ago
Closed 11 years ago
#2270 closed defect (fixed)
MgMappingService::GetLegendImage disregards image format
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.6 |
Component: | Mapping Service | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The MgMappingService::GetLegendImage() API will always return PNG images regardless of the image format you specify.
This is due to MgMappingUtil::DrawFTS() (that the API calls), being hard-coded to output PNG icons.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7571) 2.5 (r7569, r7570) and 2.4 (r7588)