Opened 16 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">

<BaseMapDefinition>

<BaseMapLayerGroup>

<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/>

</BaseMapLayerGroup>

</BaseMapDefinition>

</MapDefinition>

Change History (8)

comment:1 by jbirch, 16 years ago

Cc: jbirch added
Version: 2.0.0

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.

comment:2 by jbirch, 14 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 zspitzer, 13 years ago

Milestone: 2.3
Summary: Add format to Base Layer Group in a mapDefinitionExtending 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 jng, 11 years ago

Milestone: 2.32.5

comment:5 by jng, 11 years ago

Milestone: 2.52.6

comment:6 by jng, 6 years ago

Milestone: 3.03.3

Ticket retargeted after milestone closed

comment:7 by jng, 5 years ago

Milestone: 3.34.0

Milestone renamed

comment:8 by jng, 5 years ago

Resolution: fixed
Status: newclosed

Fixed with RFC 170

Note: See TracTickets for help on using tickets.