#183 closed enhancement (fixed)
Add extension to allow choice of image format for MapGuide layers
Reported by: | jbirch | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.1 |
Component: | MapGuide | Version: | 1.1.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
MapGuide allows you to render images in PNG, PNG8, or JPEG by altering the parameters passed to GetMapImage.
Please add an extension to the MapGuide layer type to allow this to be specified on a per-layer basis for singletile layers.
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the format parameter is already available in Fusion trunk as 'SelectionFormat'. If it is necessary to distinguish between selection format and baselayer format a similar mechanism can be added.
comment:3 by , 16 years ago
Note that you'd want to be able to specify the image format for the singletile image differently than the selection image. Selection would generally want to be PNG, even if the singletile is PNG8, JPG, whatever.
The tile format is specified at the server, so there is no need to specify in Fusion.
(In [1728]) re #183: add iamge format as MapGuide extension parameter