Skip to content

Instantly share code, notes, and snippets.

@jumpinjackie
Created August 25, 2013 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jumpinjackie/6334979 to your computer and use it in GitHub Desktop.
Save jumpinjackie/6334979 to your computer and use it in GitHub Desktop.
Minimal CREATERUNTIMEMAP response (tiled map)
<?xml version="1.0" encoding="UTF-8"?>
<RuntimeMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RuntimeMap-2.6.0.xsd">
<SiteVersion>2.6.0.0</SiteVersion>
<SessionId>ccfb2298-c45b-11e2-8000-080027004461_en_MTI3LjAuMC4x0B060B050B04</SessionId>
<Name>Sheboygan</Name>
<MapDefinition>Library://Samples/Sheboygan/MapsTiled/Sheboygan.MapDefinition</MapDefinition>
<BackgroundColor>FFCDBD9C</BackgroundColor>
<DisplayDpi>96</DisplayDpi>
<CoordinateSystem>
<Wkt>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==&gt; +180",DATUM["D_WGS_1984",SPHEROID["World_Geodetic_System_of_1984",6378137,298.257222932867]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]</Wkt>
<MentorCode>LL84</MentorCode>
<EpsgCode>4326</EpsgCode>
<MetersPerUnit>111319.49079327358</MetersPerUnit>
</CoordinateSystem>
<Extents>
<LowerLeftCoordinate>
<X>-87.764986990962839</X>
<Y>43.691398128787782</Y>
</LowerLeftCoordinate>
<UpperRightCoordinate>
<X>-87.695521510899724</X>
<Y>43.797520000480347</Y>
</UpperRightCoordinate>
</Extents>
<Group>
<Name>Base Layer Group</Name>
<Type>2</Type>
<LegendLabel>Tiled Layers</LegendLabel>
<ObjectId>ccff8f90-c45b-11e2-8000-080027004461</ObjectId>
<DisplayInLegend>true</DisplayInLegend>
<ExpandInLegend>true</ExpandInLegend>
<Visible>true</Visible>
<ActuallyVisible>true</ActuallyVisible>
</Group>
<FiniteDisplayScale>1000</FiniteDisplayScale>
<FiniteDisplayScale>1930.6977300000001</FiniteDisplayScale>
<FiniteDisplayScale>3727.5937199999998</FiniteDisplayScale>
<FiniteDisplayScale>7196.8567300000004</FiniteDisplayScale>
<FiniteDisplayScale>13894.95494</FiniteDisplayScale>
<FiniteDisplayScale>26826.95795</FiniteDisplayScale>
<FiniteDisplayScale>51794.746789999997</FiniteDisplayScale>
<FiniteDisplayScale>100000</FiniteDisplayScale>
</RuntimeMap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment