Opened 17 years ago
Closed 5 years ago
#471 closed enhancement (fixed)
Extending Base Layer Group in a mapDefinition with Format and Meta Tiling factor
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 4.0 |
Component: | Tile Service | Version: | |
Severity: | major | Keywords: | |
Cc: | jbirch | External ID: |
Description
Currently the format for tiles from the Tile Service is a server wide parameter.
Add an optional Format parameter to mapDefinition, per BaseMapLayerGroup. This is an optional parameter which defaults to the Tile Service Format when it's not defined.
<MapDefinition xsi:noNamespaceSchemaLocation="MapDefinition-1.0.0.xsd">
<Name>Roads</Name> <Visible>true</Visible> <ShowInLegend>true</ShowInLegend> <ExpandInLegend>true</ExpandInLegend> <Format>PNG8</Format> <LegendLabel/> <BaseMapLayer/>
</BaseMapLayerGroup> <BaseMapLayerGroup>
<Name>Satellite</Name> <Visible>true</Visible> <ShowInLegend>true</ShowInLegend> <ExpandInLegend>true</ExpandInLegend> <Format>JPG</Format> <LegendLabel/> <BaseMapLayer/>
Change History (8)
comment:1 by , 17 years ago
Cc: | added |
---|---|
Version: | → 2.0.0 |
comment:2 by , 15 years ago
Version: | 2.0.0 |
---|
Removing version from enhancement request. If this enhancement request has been addressed or is no longer required, please close ticket.
comment:3 by , 13 years ago
Milestone: | → 2.3 |
---|---|
Summary: | Add format to Base Layer Group in a mapDefinition → Extending Base Layer Group in a mapDefinition with Format and Meta Tiling factor |
With RFC90, Meta Tiling factor needs to be adjustable, I have modified the task title to reflect this
comment:4 by , 12 years ago
Milestone: | 2.3 → 2.5 |
---|
comment:5 by , 12 years ago
Milestone: | 2.5 → 2.6 |
---|
I'm +1 on this. I would also like to see the base layer groups split out into their own resource so they could be shared between maps. Haven't decided whether to put in an enhancement request for this yet.