Changes between Initial Version and Version 1 of Maps/Portugal


Ignore:
Timestamp:
2017-12-15T17:43:53+01:00 (9 years ago)
Author:
hvalentim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maps/Portugal

    v1 v1  
     1== Maps for Portugal ==
     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 Portugal-->
     8    <entry>
     9        <name>Ortofotos DGRF 2004 (WMS)</name>
     10        <id>ORTOS_DGRF_2004_06</id>
     11        <date>2004</date>
     12        <type>wms</type>
     13        <url><![CDATA[http://mapas.dgterritorio.pt:8888/wms/produtos?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortos&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}]]></url>
     14        <permission-ref>http://www.igeo.pt/DadosAbertos/Listagem.aspx</permission-ref>
     15        <projections>
     16            <code>EPSG:3857</code>
     17            <code>EPSG:4326</code>
     18            <code>EPSG:3763</code>
     19            <code>EPSG:4258</code>
     20        </projections>
     21        <country-code>PT</country-code>
     22        <bounds min-lat='36.93' min-lon='-9.63' max-lat='42.21' max-lon='-6.13'></bounds>
     23        <attribution-text>Direcção-Geral do Território</attribution-text>
     24        <attribution-url>http://www.dgterritorio.pt</attribution-url>
     25        <icon>http://www.igeo.pt/favicon.ico</icon>
     26        <min-zoom>1</min-zoom>
     27        <max-zoom>20</max-zoom>
     28    </entry>
     29</imagery>
     30}}}