GetMap

This section names the actual operations that are supported by the service, the output formats offered by these operations, and the URL prefix for each operation. For most WMS services this section has three parts, one for GetCapabilities, one for GetMap, and one for GetFeatureInfo. The following example illustrates the GetMap section:



<GetMap>
    <Format>image/gif</Format>
    <Format>image/jpeg</Format>
    <Format>image/jpg</Format>
    <Format>image/png</Format>
    <DCPType>
        <HTTP>
            <Get>
                <OnlineResource xlink:type="simple" xlink:href="http://<wmsserver:port>/rest/Spatial/WMS?"/>
            </Get>
        </HTTP>
    </DCPType>
</GetMap>