All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.config.Earth.AlaskaFAASectionals.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2012 United States Government as represented by the Administrator of the
  ~ National Aeronautics and Space Administration.
  ~ All Rights Reserved.
  -->

<!--$Id: AlaskaFAASectionals.xml 1911 2014-04-09 23:14:09Z tgaskins $-->
<Layer version="1" layerType="TiledImageLayer">
    <DisplayName>FAA Sectionals</DisplayName>
    <Service serviceName="OGC:WMS" version="1.3">
        <GetCapabilitiesURL>http://worldwind20.arc.nasa.gov/faachart</GetCapabilitiesURL>
        <GetMapURL>http://worldwind20.arc.nasa.gov/faachart</GetMapURL>
        <LayerNames>FAAchart</LayerNames>
    </Service>
    <RetrievePropertiesFromService>true</RetrievePropertiesFromService>
    <!-- day month year hours:minutes:seconds timezone -->
    <DataCacheName>Earth/FAASectionals-png</DataCacheName>
    <ImageFormat>image/png</ImageFormat>
    <AvailableImageFormats>
        <ImageFormat>image/png</ImageFormat>
        <ImageFormat>image/jpeg</ImageFormat>
    </AvailableImageFormats>
    <FormatSuffix>.png</FormatSuffix>
    <NumLevels count="9" numEmpty="0"/>
    <TileOrigin>
        <LatLon units="degrees" latitude="-90" longitude="-180"/>
    </TileOrigin>
    <LevelZeroTileDelta>
        <LatLon units="degrees" latitude="45" longitude="45"/>
    </LevelZeroTileDelta>
    <TileSize>
        <Dimension width="256" height="256"/>
    </TileSize>
    <Sector>
        <SouthWest>
            <LatLon units="degrees" latitude="0" longitude="-180"/>
        </SouthWest>
        <NorthEast>
            <LatLon units="degrees" latitude="72" longitude="180"/>
        </NorthEast>
    </Sector>
    <UseTransparentTextures>true</UseTransparentTextures>
    <!--<ScreenCredit creditType="ScreenImage">-->
    <!--<FileName>images/32x32-icon-nasa.png</FileName>-->
    <!--<Link>http://worldwind.arc.nasa.gov/java</Link>-->
    <!--</ScreenCredit>-->
    <RetrievalTimeouts>
        <ReadTimeout>
            <Time units="milliseconds" value="20000"/>
        </ReadTimeout>
    </RetrievalTimeouts>
</Layer>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy