Changes between Initial Version and Version 1 of Maps/Argentina


Ignore:
Timestamp:
2016-01-26T22:21:33+01:00 (10 years ago)
Author:
zalitoar
Comment:

Adding imagery sources for Argentina

Legend:

Unmodified
Added
Removed
Modified
  • Maps/Argentina

    v1 v1  
     1== Maps for Argentina ==
     2
     3{{{
     4#!maps
     5<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     6<imagery xmlns="http://josm.openstreetmap.de/maps-1.0">
     7    <!-- only for Argentina -->
     8    <entry>
     9        <name>SIG Instituto Geográfico Nacional</name>
     10        <id>IGN</id>
     11        <type>wms</type>
     12        <url><![CDATA[https://ide.ign.gob.ar/geoservicios/services/Mapas_IGN/mapa_topografico/MapServer/WMSServer?request=GetCapabilities&service=WMS]]></url>
     13        <projections>
     14            <code>CRS:84</code><code>EPSG:4326</code><code>EPSG:3857</code><code>EPSG:102100</code>
     15        </projections>
     16        <country-code>AR</country-code>
     17        <bounds min-lat='-89.000000' min-lon='-179.999996' max-lat='89.000000' max-lon='179.999996'>
     18        </bounds>
     19        <attribution-text>Instituto Geográfico Nacional de la República Argentina</attribution-text>
     20    </entry>
     21</imagery>
     22}}}