<?xml version="1.0" encoding="UTF-8"?>
<MultiResolutionRaster xmlns="http://www.deegree.org/datasource/coverage/raster"
  originLocation="outer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/datasource/coverage/raster https://schemas.deegree.org/core/3.6/datasource/coverage/raster/raster.xsd">
  <StorageCRS>EPSG:26912</StorageCRS>
  <Resolution res="2" nodata="0">
    <!--
      This datasource configuration shows, how defining a RasterDirectory as datasource for deegree WMS works. You have
      to look up for the crs in the root element and for the fileType attribute in the RasterDirectory element similar
      to the configuration of a single RasterFile.
    -->
    <RasterDirectory>../../data/utah/raster/Satellite_Provo/1</RasterDirectory>
  </Resolution>
  <Resolution res="4" nodata="0">
    <RasterDirectory>../../data/utah/raster/Satellite_Provo/2</RasterDirectory>
  </Resolution>
  <Resolution res="8" nodata="0">
    <RasterDirectory>../../data/utah/raster/Satellite_Provo/3</RasterDirectory>
  </Resolution>
  <Resolution res="16" nodata="0">
    <RasterDirectory>../../data/utah/raster/Satellite_Provo/4</RasterDirectory>
  </Resolution>
</MultiResolutionRaster>
