source: josm/trunk/test/data/regress/16248/capabilities.xml @ 13699

Last change on this file since 13699 was 13699, checked in by Don-vip, 6 years ago

fix #16248 - fix parsing of XML namespace in WMS capabilities (patch by Bartosz Firyn, modified)

File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<WMS_Capabilities xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3.0" xmlns="http://www.opengis.net/wms">
3  <Service>
4    <Name>WMS</Name>
5    <Title>wms.hgis.cartomatic.pl</Title>
6    <Abstract>Usługa przeglądania historycznych map Polski i krajów ościennych - Meßtischblätter.</Abstract>
7    <KeywordList>
8      <Keyword>Mapy topograficzne</Keyword>
9      <Keyword>Mapy historyczne</Keyword>
10      <Keyword>HGIS</Keyword>
11      <Keyword>GIS Historyczny</Keyword>
12      <Keyword>25k</Keyword>
13      <Keyword>1:25 000</Keyword>
14      <Keyword>Topografische Karten</Keyword>
15      <Keyword>Meßtischblätter</Keyword>
16    </KeywordList>
17    <OnlineResource d3p1:type="simple" d3p1:href="http://wms.hgis.cartomatic.pl/topo/3857/m25k" xmlns:d3p1="http://www.w3.org/1999/xlink"/>
18    <ContactInformation>
19      <ContactPersonPrimary>
20        <ContactPerson/>
21        <ContactOrganization>cartomatic.pl</ContactOrganization>
22      </ContactPersonPrimary>
23      <ContactPosition/>
24      <ContactAddress>
25        <AddressType>postal</AddressType>
26        <Address>Puławska 30/5</Address>
27        <City>Warsaw</City>
28        <StateOrProvince>Mazowieckie</StateOrProvince>
29        <PostCode>02-512 Warszawa</PostCode>
30        <Country>Poland</Country>
31      </ContactAddress>
32      <ContactVoiceTelephone/>
33      <ContactElectronicMailAddress/>
34    </ContactInformation>
35    <Fees>none</Fees>
36    <AccessConstraints>None for non commercial use. See the http://hgis.cartomatic.pl/page/services for the license details.</AccessConstraints>
37    <LayerLimit>1</LayerLimit>
38    <MaxWidth>256</MaxWidth>
39    <MaxHeight>256</MaxHeight>
40  </Service>
41  <Capability>
42    <Request>
43      <GetCapabilities>
44        <Format>text/xml</Format>
45        <DCPType>
46          <HTTP>
47            <Get>
48              <OnlineResource d8p1:type="simple" d8p1:href="http://wms.hgis.cartomatic.pl/topo/3857/m25k" xmlns:d8p1="http://www.w3.org/1999/xlink"/>
49            </Get>
50          </HTTP>
51        </DCPType>
52      </GetCapabilities>
53      <GetMap>
54        <Format>image/png</Format>
55        <Format>image/jpeg</Format>
56        <Format>image/gif</Format>
57        <DCPType>
58          <HTTP>
59            <Get>
60              <OnlineResource d8p1:type="simple" d8p1:href="http://wms.hgis.cartomatic.pl/topo/3857/m25k" xmlns:d8p1="http://www.w3.org/1999/xlink"/>
61            </Get>
62          </HTTP>
63        </DCPType>
64      </GetMap>
65    </Request>
66    <Exception>
67      <Format>XML</Format>
68    </Exception>
69    <Layer>
70      <Name>wms.hgis.cartomatic.pl</Name>
71      <CRS>EPSG:3857</CRS>
72      <EX_GeographicBoundingBox>
73        <westBoundLongitude>13.998140203668838</westBoundLongitude>
74        <eastBoundLongitude>24.66311891979262</eastBoundLongitude>
75        <southBoundLatitude>49.588986559126212</southBoundLatitude>
76        <northBoundLatitude>56.076697987705245</northBoundLatitude>
77      </EX_GeographicBoundingBox>
78      <BoundingBox CRS="EPSG:3857" minx="1558265.8395252659" miny="6342844.7392918337" maxx="2745485.8395252656" maxy="7538214.7392918337"/>
79      <Layer>
80        <Name>m25k</Name>
81        <Title>m25k</Title>
82        <EX_GeographicBoundingBox>
83          <westBoundLongitude>13.998140203668838</westBoundLongitude>
84          <eastBoundLongitude>24.66311891979262</eastBoundLongitude>
85          <southBoundLatitude>49.588986559126212</southBoundLatitude>
86          <northBoundLatitude>56.076697987705245</northBoundLatitude>
87        </EX_GeographicBoundingBox>
88        <BoundingBox CRS="EPSG:3857" minx="1558265.8395252659" miny="6342844.7392918337" maxx="2745485.8395252656" maxy="7538214.7392918337"/>
89      </Layer>
90    </Layer>
91  </Capability>
92</WMS_Capabilities>
Note: See TracBrowser for help on using the repository browser.