Changes between Initial Version and Version 1 of Maps/Belgium


Ignore:
Timestamp:
2014-12-28T18:14:58+01:00 (12 years ago)
Author:
Polyglot
Comment:

Adding wms layers with aerial imagery for Flanders and Wallonia in Belgium

Legend:

Unmodified
Added
Removed
Modified
  • Maps/Belgium

    v1 v1  
     1== Maps for Belgium==
     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    <entry>
     8        <name>AGIV aerial imagery (useful for Brussels region as well)</name>
     9        <id>AGIV</id>
     10        <type>wms</type>
     11        <url><![CDATA[http://geo.agiv.be/ogc/wms/omkl?FORMAT=image/bmp&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Ortho&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}]]></url>
     12        <projections>
     13            <code>EPSG:4326</code>
     14        </projections>
     15        <bounds min-lat='51.5222' min-lon='2.535479' max-lat='50.674852' max-lon='5.922567'>
     16           
     17        </bounds>
     18        <country-code>BE</country-code>
     19    </entry>
     20
     21
     22    <entry>
     23        <name>AGIV background, housenumbers, street/river names. Don't copy building contours.</name>
     24        <id>AGIV_BG</id>
     25        <type>wms</type>
     26        <url><![CDATA[http://grb.agiv.be/geodiensten/raadpleegdiensten/GRB/wms?FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=GRB_GVP,GRB_SNM_Links,GRB_WNM,GRB_WTI,GRB_WGA,GRB_WGR,GRB_GVL,GRB_WPI,GRB_GBG,GRB_WLI,GRB_HNR_ADP,GRB_GBA,GRB_WRL,GRB_WGO,GRB_HNR_KNW,GRB_SNM_Rechts,GRB_SNM,GRB_HNR_GBG,GRB_WVB,GRB_WLAS,GRB_WBN,GRB_WTZ,GRB_SBN,GRB_ADP,GEM_Grens&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}]]></url>
     27        <projections>
     28            <code>EPSG:4326</code>
     29        </projections>
     30        <bounds min-lat='51.5222' min-lon='2.535479' max-lat='50.674852' max-lon='5.922567'>
     31           
     32        </bounds>
     33        <country-code>BE</country-code>
     34    </entry>
     35
     36
     37    <entry>
     38        <name>Geoservices Wallonie aerial imagery</name>
     39        <id>SPW</id>
     40        <type>wms</type>
     41        <url><![CDATA[http://geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2012_2013/MapServer/WMSServer?FORMAT=image/bmp&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}]]></url>
     42        <projections>
     43            <code>EPSG:4326</code>
     44        </projections>
     45        <bounds min-lat='50.82247' min-lon='2.83807' max-lat='49.48994' max-lon='6.4078811'>
     46           
     47        </bounds>
     48        <country-code>BE</country-code>
     49    </entry>
     50
     51</imagery>
     52}}}