Changes between Version 9 and Version 10 of MapGuideRfc134
- Timestamp:
- 05/24/13 03:25:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc134
v9 v10 209 209 }}} 210 210 211 And a minimal request for a tiled map looks like this 211 And a minimal request for a tiled map looks like this. Note that despite the layer/group structure request bit not being set, we will still get back any base layer groups in the response. This is because the base layer group name is required (in addition to the Map Definition) in order for a client application to be able to issue GETTILEIMAGE requests for tiles. 212 212 {{{ 213 213 <?xml version="1.0" encoding="UTF-8"?> 214 214 <RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd"> 215 215 <SiteVersion>2.6.0.0</SiteVersion> 216 <SessionId> 952e3ea6-befa-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>216 <SessionId>ccfb2298-c45b-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId> 217 217 <Name>Sheboygan</Name> 218 218 <MapDefinition>Library://Samples/Sheboygan/MapsTiled/Sheboygan.MapDefinition</MapDefinition> … … 234 234 </UpperRightCoordinate> 235 235 </Extents> 236 <Group> 237 <Name>Base Layer Group</Name> 238 <Type>2</Type> 239 <LegendLabel>Tiled Layers</LegendLabel> 240 <ObjectId>ccff8f90-c45b-11e2-8000-080027004461</ObjectId> 241 <DisplayInLegend>true</DisplayInLegend> 242 <ExpandInLegend>true</ExpandInLegend> 243 <Visible>true</Visible> 244 <ActuallyVisible>true</ActuallyVisible> 245 </Group> 236 246 <FiniteDisplayScale>1000</FiniteDisplayScale> 237 247 <FiniteDisplayScale>1930.6977300000001</FiniteDisplayScale>