Skip to content

Commit df4be7e

Browse files
committed
WMS GetMap example for demo request page
1 parent 5fc7bbb commit df4be7e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

data/release/demo/WMS_getMap.xml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ogc:GetMap xmlns:ogc="http://www.opengis.net/ows"
3+
xmlns:gml="http://www.opengis.net/gml"
4+
version="1.1.1" service="WMS">
5+
<StyledLayerDescriptor version="1.0.0">
6+
<NamedLayer>
7+
<Name>topp:states</Name>
8+
<NamedStyle><Name>population</Name></NamedStyle>
9+
</NamedLayer>
10+
</StyledLayerDescriptor>
11+
<BoundingBox srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
12+
<gml:coord><gml:X>-130</gml:X><gml:Y>24</gml:Y></gml:coord>
13+
<gml:coord><gml:X>-55</gml:X><gml:Y>50</gml:Y></gml:coord>
14+
</BoundingBox>
15+
<Output>
16+
<Format>image/png</Format>
17+
<Size><Width>550</Width><Height>250</Height></Size>
18+
</Output>
19+
</ogc:GetMap>

0 commit comments

Comments
 (0)