<?xml version="1.0"?>
<RemoteWMTSTileStore xmlns="http://www.deegree.org/datasource/tile/remotewmts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.deegree.org/datasource/tile/remotewmts https://schemas.deegree.org/core/3.6/datasource/tile/remotewmts/remotewmts.xsd"
 >

  <!-- [1] Id of the remote WMTS to connect to -->
  <RemoteWMTSId>wmts1</RemoteWMTSId>

  <TileDataSet>
    <!-- [0..1] Identifier for the tile data set, defaults to the value of the Layer request parameter below -->
    <Identifier>satellite</Identifier>
    <!-- [0..1] Mime type of the desired output format, defaults to the value of the Format request parameter below -->
    <OutputFormat>image/png</OutputFormat>
    <!-- [0..1] Identifier of the local tile matrix set, defaults to the value of the TileMatrixSet request parameter below -->
    <TileMatrixSetId>EPSG:4326</TileMatrixSetId>
    <!-- [1] WMTS request parameters -->
    <RequestParams>
      <!-- [1] Layer name -->
      <Layer>SatelliteProvo</Layer>
      <!-- [1] Style identifier -->
      <Style>default</Style>
      <!-- [1] Image format -->
      <Format>image/png</Format>
      <!-- [1] Identifier of the remote tile matrix set -->
      <TileMatrixSet>EPSG:4326</TileMatrixSet>
    </RequestParams>
  </TileDataSet>

</RemoteWMTSTileStore>
