<?xml version="1.0" encoding="UTF-8"?>
<providers>
    
  <!-- Mapa Raster IGN -->
  <provider id="4000" type="0" visible="true" required="false" background="-1">
    <name>Mapa Raster IGN</name>
    <mode>Topográfico</mode>
    <url><![CDATA[https://tms-mapa-raster.ign.es/1.0.0/mapa-raster/{z}/{x}/{-y}.jpeg]]></url>
    <zoomPart>{z}</zoomPart>
    <zoomMin>5</zoomMin>
    <zoomMax>18</zoomMax>
    <tileSize>256</tileSize>
    <countries>Spain</countries>
    <usage>hiking</usage>
    <attribution>© Instituto Geográfico Nacional de España</attribution>
  </provider>

  <!-- Ortofoto PNOA -->
  <provider id="4001" type="0" visible="true" required="false" background="-1">
    <name>PNOA IGN</name>
    <mode>Ortofoto</mode>
    <url><![CDATA[https://tms-pnoa-ma.idee.es/1.0.0/pnoa-ma/{z}/{x}/{-y}.jpeg]]></url>
    <zoomPart>{z}</zoomPart>
    <zoomMin>5</zoomMin>
    <zoomMax>19</zoomMax>
    <tileSize>256</tileSize>
    <countries>Spain</countries>
    <usage>photo</usage>
    <attribution>© Instituto Geográfico Nacional de España</attribution>
  </provider>
  
</providers>