wiki:Maps/Argentina

Version 11 (modified by zalitoar, 7 years ago) ( diff )

Completo la URL del servicio WMS del IGN

Maps for Argentina

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<imagery xmlns="http://josm.openstreetmap.de/maps-1.0">
    <!-- only for Argentina -->
    <entry>
        <name>IGN Argentina (TMS)</name>
        <id>IGN-tms</id>
        <type>tms</type>
        <url><![CDATA[https://ide.ign.gob.ar/geoservicios/rest/services/Mapas_IGN/mapa_topografico/MapServer/tile/{zoom}/{y}/{x}]]></url>
        <country-code>AR</country-code>
        <bounds min-lat='-55.185000' min-lon='-73.560000' max-lat='-21.781000' max-lon='-53.637000'></bounds>
        <attribution-text>Instituto Geográfico Nacional de la República Argentina</attribution-text>
        <attribution-url>http://www.ign.gob.ar</attribution-url>
        <icon>http://www.ign.gob.ar/sites/default/files/favicon.png</icon>
        <min-zoom>1</min-zoom>
        <max-zoom>20</max-zoom>
    </entry>
    <entry>
        <name>IGN Argentina (WMS)</name>
        <id>IGN-wms</id>
        <type>wms_endpoint</type>
        <url><![CDATA[https://ide.ign.gob.ar/geoservicios/services/Mapas_IGN/mapa_topografico/MapServer/WMSServer?request=GetCapabilities&service=WMS]]></url>
        <projections>
            <code>CRS:84</code>
            <code>EPSG:4326</code>
            <code>EPSG:3857</code>
            <code>EPSG:102100</code>
        </projections>
        <country-code>AR</country-code>
        <bounds min-lat='-55.185000' min-lon='-73.560000' max-lat='-21.781000' max-lon='-53.637000'></bounds>
        <attribution-text>Instituto Geográfico Nacional de la República Argentina</attribution-text>
        <attribution-url>http://www.ign.gob.ar</attribution-url>
        <icon>http://www.ign.gob.ar/sites/default/files/favicon.png</icon>
        <min-zoom>1</min-zoom>
        <max-zoom>20</max-zoom>
    </entry>
</imagery>
Note: See TracWiki for help on using the wiki.