wiki:Maps/Belgium

Version 1 (modified by Polyglot, 12 years ago) ( diff )

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

Maps for Belgium

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<imagery xmlns="http://josm.openstreetmap.de/maps-1.0">
    <entry>
        <name>AGIV aerial imagery (useful for Brussels region as well)</name>
        <id>AGIV</id>
        <type>wms</type>
        <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>
        <projections>
            <code>EPSG:4326</code>
        </projections>
        <bounds min-lat='51.5222' min-lon='2.535479' max-lat='50.674852' max-lon='5.922567'>
            
        </bounds>
        <country-code>BE</country-code>
    </entry>


    <entry>
        <name>AGIV background, housenumbers, street/river names. Don't copy building contours.</name>
        <id>AGIV_BG</id>
        <type>wms</type>
        <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>
        <projections>
            <code>EPSG:4326</code>
        </projections>
        <bounds min-lat='51.5222' min-lon='2.535479' max-lat='50.674852' max-lon='5.922567'>
            
        </bounds>
        <country-code>BE</country-code>
    </entry>


    <entry>
        <name>Geoservices Wallonie aerial imagery</name>
        <id>SPW</id>
        <type>wms</type>
        <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>
        <projections>
            <code>EPSG:4326</code>
        </projections>
        <bounds min-lat='50.82247' min-lon='2.83807' max-lat='49.48994' max-lon='6.4078811'>
            
        </bounds>
        <country-code>BE</country-code>
    </entry>

</imagery>
Note: See TracWiki for help on using the wiki.