<?config.xml version="1.0" encoding="UTF-8"?>
<!--
  Service level configuration
-->
<serverConfiguration >
  <global >
    <log4jConfigFile>DEFAULT_LOGGING.properties</log4jConfigFile>
    <suppressStdOutLogging value = "false" />
    <logLocation>logs/geoserver.log</logLocation>
    <JaiMemoryCapacity value = "0.5" />
    <JaiMemoryThreshold value = "0.75" />
    <JaiTileThreads value = "7" />
    <JaiTilePriority value = "5" />
    <JaiRecycling value = "true" />
    <ImageIOCache value = "false" />
    <JaiJPEGNative value = "true" />
    <JaiPNGNative value = "true" />
    <!--
      Sets the max number of Features returned by GetFeature
    -->
    <maxFeatures value = "1000000" />
    <!--
      Whether newlines and indents should be returned in 
      XML responses.  Default is false
    -->
    <verbose value = "false" />
    <!--
      Whether the Service Exceptions returned to clients should contain
      full java stack traces (useful for debugging).
    -->
    <verboseExceptions value = "false" />
    <!--
      Sets the max number of decimal places past the zero returned in
      a GetFeature response.  Default is 4
    -->
    <numDecimals value = "8" />
    <!--
      Sets the global character set.  This could use some more testing
      from international users, but what it does is sets the encoding
      globally for all postgis database connections (the charset tag
      in FeatureTypeConfig), as well as specifying the encoding in the return
      config.xml header and mime type.  The default is UTF-8.  Also be warned
      that GeoServer does not check if the CharSet is valid before
      attempting to use it, so it will fail miserably if a bad charset
      is used.
    -->
    <charSet value = "UTF-8" />
    <!--
      Defines the user name of the administrator for log in
      to the web based administration tool.
    -->
    <adminUserName>admin</adminUserName>
    <!--
      Defines the password of the administrator for log in
      to the web based administration tool.
    -->
    <adminPassword>geoserver</adminPassword>
    <ContactInformation >
      <ContactPersonPrimary >
        <ContactPerson></ContactPerson>
        <ContactOrganization></ContactOrganization>
      </ContactPersonPrimary>
      <ContactPosition></ContactPosition>
      <ContactAddress >
        <AddressType></AddressType>
        <Address></Address>
        <City></City>
        <StateOrProvince></StateOrProvince>
        <PostCode></PostCode>
        <Country></Country>
      </ContactAddress>
      <ContactVoiceTelephone></ContactVoiceTelephone>
      <ContactFacsimileTelephone></ContactFacsimileTelephone>
      <ContactElectronicMailAddress></ContactElectronicMailAddress>
      <ContactOnlineResource></ContactOnlineResource>
    </ContactInformation>
  </global>
  <services >
    <service enabled = "true" type = "WCS" >
      <!--
        ServiceDTO elements, needed for the capabilities document
        Title and OnlineResource are the two required
      -->
      <name>My GeoServer WCS</name>
      <title>My GeoServer WCS</title>
      <abstract>
This is a description of your Web Coverage Server.
     </abstract>
      <metadataLink about = "http://geoserver.sourceforge.net/html/index.php" type = "undef" metadataType = "other" >
	NONE
      </metadataLink>
      <keywords >
        <keyword>WCS</keyword>
        <keyword>WMS</keyword>
        <keyword>GEOSERVER</keyword>
      </keywords>
      <onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
      <fees>NONE</fees>
      <accessConstraints>NONE</accessConstraints>
      <srsXmlStyle value = "false" />
      <maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
    </service>
    <service enabled = "true" type = "WFS" >
      <!--
        ServiceDTO elements, needed for the capabilities document
        Title and OnlineResource are the two required
      -->
      <name>My GeoServer WFS</name>
      <title>My GeoServer WFS</title>
      <abstract>
This is a description of your Web Feature Server.

The GeoServer is a full transactional Web Feature Server, you may wish to limit
GeoServer to a Basic service level to prevent modificaiton of your geographic
data.
     </abstract>
      <metadataLink >null</metadataLink>
      <keywords >
        <keyword>WFS</keyword>
        <keyword>WMS</keyword>
        <keyword>GEOSERVER</keyword>
      </keywords>
      <onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
      <fees>NONE</fees>
      <accessConstraints>NONE</accessConstraints>
      <srsXmlStyle value = "true" />
      <serviceLevel value = "31" />
      <citeConformanceHacks>false</citeConformanceHacks>
      <maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
    </service>
    <service enabled = "true" type = "WMS" >
      <!--
        ServiceDTO elements, needed for the capabilities document
        Title and OnlineResource are the two required
      -->
      <name>OGC:WMS</name>
      <title>My GeoServer WMS</title>
      <abstract>
This is a description of your Web Map Server.
     </abstract>
      <metadataLink >null</metadataLink>
      <keywords >
        <keyword>WFS</keyword>
        <keyword>WMS</keyword>
        <keyword>GEOSERVER</keyword>
      </keywords>
      <onlineResource>http://geoserver.sourceforge.net/html/index.php</onlineResource>
      <fees>NONE</fees>
      <accessConstraints>NONE</accessConstraints>
      <srsXmlStyle value = "false" />
      <maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
      <BaseMapGroups >
        <BaseMapGroup baseMapTitle = "tiger-ny" >
          <baseMapLayers>tiger:poly_landmarks,tiger:tiger_roads,tiger:poi</baseMapLayers>
          <baseMapStyles></baseMapStyles>
          <baseMapEnvelope srsName = "EPSG:4326" >
            <pos>-74.047185 40.679648</pos>
            <pos>-73.907005 40.882078</pos>
          </baseMapEnvelope>
        </BaseMapGroup>
        <BaseMapGroup baseMapTitle = "tasmania" >
          <baseMapLayers>topp:tasmania_state_boundaries,topp:tasmania_water_bodies,topp:tasmania_roads,topp:tasmania_cities</baseMapLayers>
          <baseMapStyles></baseMapStyles>
          <baseMapEnvelope srsName = "EPSG:4326" >
            <pos>143.83482400000003 -43.648056</pos>
            <pos>148.47914100000003 -39.573891</pos>
          </baseMapEnvelope>
        </BaseMapGroup>
        <BaseMapGroup baseMapTitle = "spearfish" >
          <baseMapLayers>sf:dem,sf:streams,sf:roads,sf:restricted,sf:archsites,sf:bugsites</baseMapLayers>
          <baseMapStyles></baseMapStyles>
          <baseMapEnvelope srsName = "EPSG:26713" >
            <pos>589425.9342365642 4913959.224611808</pos>
            <pos>609518.6719560538 4928082.949945881</pos>
          </baseMapEnvelope>
        </BaseMapGroup>
      </BaseMapGroups>
      <svgAntiAlias>true</svgAntiAlias>
      <allowInterpolation>Nearest</allowInterpolation>
    </service>
  </services>
</serverConfiguration>
