<?xml version="1.0" encoding="UTF-8"?>
<providers>
    
  <!-- Mapa Raster IGN -->
  <provider id="4000" type="1" 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}-8</zoomPart>
    <zoomMin>13</zoomMin>
    <zoomMax>26</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="1" 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}-8</zoomPart>
    <zoomMin>13</zoomMin>
    <zoomMax>27</zoomMax>
    <tileSize>256</tileSize>
    <countries>Spain</countries>
    <usage>photo</usage>
    <attribution>© Instituto Geográfico Nacional de España</attribution>
  </provider>
  
</providers>