home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 June / Igromania_2005-06.iso / Soft / !Gvozd / World_Wind_1.3_Full.exe / Config / Earth.xml
Extensible Markup Language  |  2005-03-01  |  2KB  |  57 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Patrick Hogan (private) -->
  3. <World Name="Earth" EquatorialRadius="6378137.0" LayerDirectory="Earth" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="WorldXmlDescriptor.xsd">
  4.     <TerrainAccessor Name="SRTM">
  5.         <TerrainTileService>
  6.             <ServerUrl>http://worldwinddata.arc.nasa.gov/t</ServerUrl>
  7.             <DataSetName>100</DataSetName>
  8.             <LevelZeroTileSizeDegrees>20.0</LevelZeroTileSizeDegrees>
  9.             <NumberLevels>8</NumberLevels>
  10.             <SamplesPerTile>150</SamplesPerTile>
  11.             <DataFormat>Int16</DataFormat>
  12.             <FileExtension>bil</FileExtension>
  13.             <CompressonType>7z</CompressonType>
  14.         </TerrainTileService>
  15.         <LatLonBoundingBox>
  16.             <North>
  17.                 <Value>90.0</Value>
  18.             </North>
  19.             <South>
  20.                 <Value>-90.0</Value>
  21.             </South>
  22.             <West>
  23.                 <Value>-180.0</Value>
  24.             </West>
  25.             <East>
  26.                 <Value>180.0</Value>
  27.             </East>
  28.         </LatLonBoundingBox>
  29.         <HigherResolutionSubsets Name="SRTM30US">
  30.             <TerrainTileService>
  31.                 <ServerUrl>http://nww.terraserver-usa.com/nwwtile.ashx</ServerUrl>
  32.                 <DataSetName>103</DataSetName>
  33.                 <LevelZeroTileSizeDegrees>20.0</LevelZeroTileSizeDegrees>
  34.                 <NumberLevels>10</NumberLevels>
  35.                 <SamplesPerTile>150</SamplesPerTile>
  36.                 <DataFormat>Int16</DataFormat>
  37.                 <FileExtension>bil</FileExtension>
  38.                 <CompressonType>7z</CompressonType>
  39.             </TerrainTileService>
  40.             <LatLonBoundingBox>
  41.                 <North>
  42.                     <Value>48</Value>
  43.                 </North>
  44.                 <South>
  45.                     <Value>33</Value>
  46.                 </South>
  47.                 <West>
  48.                     <Value>-125</Value>
  49.                 </West>
  50.                 <East>
  51.                     <Value>-65</Value>
  52.                 </East>
  53.             </LatLonBoundingBox>
  54.         </HigherResolutionSubsets>
  55.     </TerrainAccessor>
  56. </World>
  57.