WMS_getMap.xml 727 B

12345678910111213141516171819
  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>