Ticket #3275 (closed bug: duplicate)
WMSGetCapabilities parser will use POST entrypoint
| Reported by: | bartvde | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Format.WMSCapabilities | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: |
Description (last modified by bartvde) (diff)
Currently the WMSGetCapabilities parser will overwrite the GET entrypoint with the POST entrypoint (since there is no specific property for GET and POST in the object structure). This will possibly lead to failures, if the WMS has a different entrypoint for POST than for GET (example below).
<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities xmlns="http://www.opengis.net/wms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sld="http://www.opengis.net/sld" xmlns:inspire_common="http://inspire.ec.europa.eu/schemas/common/1.0" xmlns:inspire_vs="http://inspire.ec.europa.eu/schemas/inspire_vs/1.0" xmlns:gmd="http://www.isotc211.org/2005/gmd" version="1.3.0" updateSequence="0" xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd http://inspire.ec.europa.eu/schemas/inspire_vs/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd">
<Service>
<Name>WMS</Name>
<Title>INSPIRE View service voor Beschermde Gebieden van de gezamenlijke provincies</Title>
<Abstract>Deze View service is gebaseerd op de geharmoniseerde provinciale datasets voor Beschermde Gebieden. Onderdeel van deze View service zijn datasets voor Aardkundige Waarden, Ecologische Hoofdstructuur, Provinciale Monumenten, Nationale Landschappen, Stiltegebieden en WAV gebieden</Abstract>
<KeywordList>
<Keyword vocabulary="ISO">infoMapAccessService</Keyword>
</KeywordList>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services"></OnlineResource>
<ContactInformation>
<ContactPersonPrimary>
<ContactPerson>Functioneel beheerder Provinciaal Georegister</ContactPerson>
<ContactOrganization>GBO provincies</ContactOrganization>
</ContactPersonPrimary>
<ContactPosition>pointOfContact</ContactPosition>
<ContactElectronicMailAddress>provinciaalgeoregister@gbo-provincies.nl</ContactElectronicMailAddress>
</ContactInformation>
<Fees>geen beperkingen</Fees>
<AccessConstraints>geen</AccessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?"></OnlineResource>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/png</Format>
<Format>image/png; subtype=8bit</Format>
<Format>image/png; mode=8bit</Format>
<Format>image/gif</Format>
<Format>image/jpeg</Format>
<Format>image/tiff</Format>
<Format>image/x-ms-bmp</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?"></OnlineResource>
</Get>
<Post>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/service"></OnlineResource>
</Post>
</HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>application/vnd.ogc.gml</Format>
<Format>text/xml</Format>
<Format>text/plain</Format>
<Format>text/html</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?"></OnlineResource>
</Get>
</HTTP>
</DCPType>
</GetFeatureInfo>
<sld:GetLegendGraphic>
<Format>application/vnd.ogc.gml</Format>
<Format>text/xml</Format>
<Format>text/plain</Format>
<Format>text/html</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?"></OnlineResource>
</Get>
</HTTP>
</DCPType>
</sld:GetLegendGraphic>
</Request>
<Exception>
<Format>XML</Format>
<Format>INIMAGE</Format>
<Format>BLANK</Format>
</Exception>
<inspire_vs:ExtendedCapabilities>
<inspire_common:MetadataUrl>
<inspire_common:URL>http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=5a69e9d5-611c-4818-a181-685ef4c81085&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full</inspire_common:URL>
<inspire_common:MediaType>application/vnd.iso.19139+xml</inspire_common:MediaType>
</inspire_common:MetadataUrl>
<inspire_common:SupportedLanguages>
<inspire_common:DefaultLanguage>
<inspire_common:Language>dut</inspire_common:Language>
</inspire_common:DefaultLanguage>
</inspire_common:SupportedLanguages>
<inspire_common:ResponseLanguaee>
<inspire_common:Language>dut</inspire_common:Language>
</inspire_common:ResponseLanguage>
</inspire_vs:ExtendedCapabilities>
<Layer queryable="1">
<Title>Beschermde gebieden</Title>
<EX_GeographicBoundingBox>
<westBoundLongitude>2.5</westBoundLongitude>
<eastBoundLongitude>7.3</eastBoundLongitude>
<southBoundLatitude>50.7</southBoundLatitude>
<northBoundLatitude>54.6</northBoundLatitude>
</EX_GeographicBoundingBox>
<AuthorityURL name="NL.IPO">
<OnlineResource xlink:type="simplg" xlink:href="http://www.ipo.nl"/>
</AuthorityURL>
<Layer queryable="1">
<Name>PS.ProtectedSite</Name>
<Title>Beschermde gebieden</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
</KeywordList>
<CRS>EPSG:4258</CRS>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:900913</CRS>
<CRS>EPSG:28992</CRS>
<CRS>EPSG:3035</CRS>
<CRS>EPSG:3034</CRS>
<CRS>EPSG:25830</CRS>
<CRS>EPSG:25831</CRS>
<CRS>EPSG:25832</CRS>
<Identifier authority="NL.IPO">ab22c650-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSite&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSite&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSite&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSite&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteNatureConservation</Name>
<Title>Beschermde gebieden - Natuurbehoud</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuur</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22c651-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNatureConservation&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNatureConservation&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
)</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNatureConservation&style=PS.ProtectedSite.NL&format=image/png"></OnnineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNatureConservation&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteArcheaological</Name>
<Title>Beschermde gebieden - Archeologie</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">archeologie</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22c652-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href=http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteArcheaological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnnineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteArcheaological&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteArcheaological&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteArcheaological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteCultural</Name>
<Title>Beschermde gebieden - Cultuur</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">cultuur</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22c653-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteCultural&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteCultural&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteCultural&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteCultural&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteEcological</Name>
<Title>Protected Sites - Ecological</Title>
<KeywordList>
<Keyword>conservation</Keyword>
<Keyword>ecology</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22c654-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcological&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcological&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteLandscape</Name>
<Title>Beschermde gebieden - Landschap</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">landschap</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22c655-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteLandscape&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteLandscape&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteLandscape&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteLandscape&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteEnvironment</Name>
<Title>Beschermde gebieden - Milieu</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">milieu</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed60-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEnvironment&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEnvironment&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEnvironment&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEnvironment&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteGeological</Name>
<Title>Beschermde gebieden - Geologie</Title>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">geologie</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed61-6b55-11e0-ae3e-0800200c9a66</Identifier>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteGeological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Naoe>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteGeological&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite,NL</Title>
<LegendURL width="230" height="192">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteGeological&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProteatedSiteGeological&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteAardkundigeWaarden</Name>
<Title>Beschermde gebieden - Aardkundige Waarden</Title>
<Abstract>De term aardkundige waarden wordt gebruikt als een verzamelnaam voor geomorfologische, geologische, bodemkundige of geohydrologische verschijnselen in het landschap, die een bepaalde waarde vertegenwoordigen. Het gaat daarbij niet alleen om het behoud en de beleefbaarheid van historische verschijnselen. Er wordt ook betekenis gghecht aan actuele processen, die aardkundige waarden opleveren. Dit bestand bevat informatie conform de INSPIRE dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - Concepts">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">archeologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">cultureel erfgoed</Keyword>
<Keyword vocabulary="GEMET - Concepts">geologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">landschap</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuurbescherming</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed62-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=f002bfc5-7d87-46b6-819e-8415422b65c9&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteAardkundigeWaarden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteAardkundigeWaarden&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
) </LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="188" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteAardkundigeWaarden&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteAardkundigeWaarden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
'0A </Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteEcologischeHoofdstructuur</Name>
<Title>Beschermde gebieden - Ecologische Hoofdstructuur</Title>
<Abstract>De EHS is een netwerk van gebieden in Nederland waar de natuur voorrang heeft. Het netwerk helpt voorkomen dat planten en dieren in geïsoleerde gebieden uitsterven en dat natuurgebieden hun waarde verliezen. De EHS kan worden gezien als de ruggengraat van de Nederlandse natuur. Dit bestand bevat informatie conform de INSPIRE dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - INSPIRE themes">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">archeologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">cultureel erfgoed</Keyword>
<Keyword vocabulary="GEMET - Concepts">geologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">landschap</Keyword>
<Keyword vocabulary="GEMET - Concepts">lucht</Keyword>
<Keyword vocabulary="GEMET - Concepts">milieu</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuurbescherming</Keyword>
<Keyword vocabulary="GEMET - Concepts">rustvorm</Keyword>
<Keyword vocabulary="GEMET - Concepts">water</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed63-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=c7d8d77b-8c47-4309-8c58-9b12b086407f&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcologischeHoofdstructuup&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcologischeHoofdstructuur&style=INSPKRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="230" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcologischeHoofdstructuur&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteEcologischeHoofdstructuur&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteNationaleLandschappen</Name>
<Title>Beschermde gebieden - Nationale Landschappen</Title>
<Abstract>Nationale landschappen zijn gebieden met internationaal zeldzame of unieke en nationaal kenmerkende landschapskwaliteiten, en in samenhang daarmee bijzondere natuurlijke , cultuurhistorische en recreatieve kwaliteiten. Landschappelijke, cultuurhistorische en natuurlijke kwaliteiten van nationale landschappen moeten behouden blijven, duurzaam beheerd en waar mogelijk worden versterkt. Ook zijn samenhang, toegankelijkheid en beleefbaarheid belangrijke kernbegrippen. Uitgangspunt is dat de nationale landschappen zich sociaal-economisch voldoende moeten kunnen ontwikkelen, terwijl de bijzondere kwaliteiten van het gebied worden behouden en worden versterkt. Dit bestand bevat informatie conform de INSPIRE dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - INSPIRE themes">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">archeologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">cultureel erfgoed</Keyword>
<Keyword vocabulary="GEMET - Concepts">landschap</Keyword>
<Keyword vocabulary="GEMET - Concepts">milieu</Keyword>
<Keyword vocabulary="GEMET - Concepts">landbouw</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuurbescherming</Keyword>
<Keyword vocabulary="GEMET - Concepts">ontspanning</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed64-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=60a2a7c2-d5b3-4ad5-b562-c448695357fb&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNationaleLandschappen&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNationaleLandschappen&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="203" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNationaleLandschappen&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteNationaleLandschappen&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer qweryable="1">
<Name>PS.ProtectedSiteProvincialeMonumenten</Name>
<Title>Beschermde gebieden - Provinciale Monumenten</Title>
<Abstract>Enkele provincies kennen naast rijks- en gemeentelijke monumenten ook provinciale monumenten. De panden, maar ook dijken, grenspalen en gemeenteoverschrijdende objecten zijn opgenomen op een provinciale monumentenlijst. De lijst is samengesteld door de Provinciale Staten van de provincie en heeft twee verschillende functies: - Panden kunnen zo vanuit de provincie beschermd worden. - De lijst dient als basis voor subsidie toezeggingen. Dit bestand bevat informatie conform de INSPIRE)dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - INSPIRE themes">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">archeologie</Keyword>
<Keyword vocabulary="GEMET - Concepts">cultureel erfgoed</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed65-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=ca94a0cb-7561-4a10-a7d6-b840e56c33ff&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteProvincialeMonumenten&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteProvincialeMonumenten&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="208" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteProvincialeMonumenten&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteProvincialeMonumenten&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteStilteGebieden</Name>
<Title>Beschermde gebieden - Stiltegebieden</Title>
<Abstract>Het begrip stiltegebied vindt zijn oorsprong in de Wet geluidhinder (Staatsblad, 1979). Stiltegebieden waren daarin gedefinieerd als gebieden waarin de geluidbelasting door toedoen van menselijke activiteiten zo laag is, dat de in dat gebied heersende natuurlijke geluiden niet of nauwelijks worden gestoord. In 1993 is het artikel over stiltegebieden in de Wet geluidhinder komen te vervallen en het wettelijk kader overgenomen in de Wet milieubeheer.Dit bestand bevat informatie conform de INSPIRE dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - INSPIRE themes">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">leefomgeving</Keyword>
<Keyword vocabulary="GEMET - Concepts">milieu</Keyword>
<Keyword vocabulary="GEMET - Concepts">landbouw</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuurbescherming</Keyword>
<Keyword vocabulary="GEMET - Concepts">rustvorm </Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed66-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=cc408b2d-09a6-4b2b-9aa3-b46bfe2f00a5&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteStilteGebieden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteStilteGebieden&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="141" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteStilteGebieden&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteStilteGebieden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
<Layer queryable="1">
<Name>PS.ProtectedSiteWAVGebieden</Name>
<Title>Beschermde gebieden - WAV gebieden</Title>
<Abstract>WAV gebieden zijn zeer kwetsbare gebieden volgens de Wet Ammoniak & Veehouderij. Dit zijn voor verzuring gevoelige gebieden, of delen daarvan, die zijn gelegen binnen de Ecologische Hoofdstructuur. Om de verzuring in deze gebieden tegen te gaan gelden beperkingen voor ammoniakemissies in deze gebieden en in een bufferzone van 250 meter rondom de WAV gebieden. Dit bestand bevat informatie conform de INSPIRE dataspecificaties voor beschermde gebieden. Raadpleeg voor meer detailinformatie het bronbestand van de desbetreffende provincie. Meer gedetailleerde informatie voor de beschermde gebieden in de afzonderlijke provincies is te vinden in de beschrijving van de provinciale bestanden over dit onderwerp.</Abstract>
<KeywordList>
<Keyword vocabulary="GEMET - Concepts">behoud</Keyword>
<Keyword vocabulary="GEMET - INSPIRE themes">Beschermde gebieden</Keyword>
<Keyword vocabulary="GEMET - Concepts">milieu</Keyword>
<Keyword vocabulary="GEMET - Concepts">landbouw</Keyword>
<Keyword vocabulary="GEMET - Concepts">natuurbescherming</Keyword>
</KeywordList>
<Identifier authority="NL.IPO">ab22ed67-6b55-11e0-ae3e-0800200c9a66</Identifier>
<MetadataURL type="ISO19115:2003">
<Format>text/xml</Format>
<OnlineResource xlink:type="simple" xlink:href="http://www.nationaalgeoregister.nl/geonetwork/srv/nl/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=998ba1dc-f6a6-49a3-a021-51f30d9b1d0e&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"></OnlineResource>
</MetadataURL>
<Style>
<Name>default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteWAVGebieden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>INSPIRE:DEFAULT</Name>
<Title>INSPIRE:DEFAULT</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteWAVGebieden&style=INSPIRE:DEFAULT&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.NL</Name>
<Title>PS.ProtectedSite.NL</Title>
<LegendURL width="136" height="32">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteWAVGebieden&style=PS.ProtectedSite.NL&format=image/png"></OnlineResource>
</LegendURL>
</Style>
<Style>
<Name>PS.ProtectedSite.Default</Name>
<Title>PS.ProtectedSite.Default</Title>
<LegendURL width="32" height="96">
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xlink:href="http://46.4.29.5/services?request=GetLegendGraphic&version=1.3.0&service=WMS&layer=PS.ProtectedSiteWAVGebieden&style=PS.ProtectedSite.Default&format=image/png"></OnlineResource>
</LegendURL>
</Style>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>
Change History
Note: See
TracTickets for help on using
tickets.
