Skip to content

Instantly share code, notes, and snippets.

@lucernae
Created July 27, 2017 10:36
Show Gist options
  • Save lucernae/732dab4283a9a8a3c8542bd0a7c9b932 to your computer and use it in GitHub Desktop.
Save lucernae/732dab4283a9a8a3c8542bd0a7c9b932 to your computer and use it in GitHub Desktop.
GetCapabilities Request
<?xml version="1.0" encoding="utf-8"?>
<WMS_Capabilities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3.3" xmlns="http://www.opengis.net/wms" 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://www.qgis.org/wms http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;SERVICE=WMS&amp;REQUEST=GetSchemaExtension" xmlns:sld="http://www.opengis.net/sld" xmlns:qgs="http://www.qgis.org/wms">
<Capability>
<Request>
<GetCapabilities>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/jpeg</Format>
<Format>image/png</Format>
<Format>image/png; mode=16bit</Format>
<Format>image/png; mode=8bit</Format>
<Format>image/png; mode=1bit</Format>
<Format>application/dxf</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>text/plain</Format>
<Format>text/html</Format>
<Format>text/xml</Format>
<Format>application/vnd.ogc.gml</Format>
<Format>application/vnd.ogc.gml/3.1.1</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</GetFeatureInfo>
<sld:GetLegendGraphic>
<Format>image/jpeg</Format>
<Format>image/png</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</sld:GetLegendGraphic>
<sld:DescribeLayer>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</sld:DescribeLayer>
<qgs:GetStyles>
<Format>text/xml</Format>
<DCPType>
<HTTP>
<Get>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;"/>
</Get>
</HTTP>
</DCPType>
</qgs:GetStyles>
</Request>
<Exception>
<Format>XML</Format>
</Exception>
<Layer queryable="1">
<Name>nepal_roads</Name>
<Title>nepal_roads</Title>
<CRS>CRS:84</CRS>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>79.9697</westBoundLongitude>
<eastBoundLongitude>88.2544</eastBoundLongitude>
<southBoundLatitude>26.1416</southBoundLatitude>
<northBoundLatitude>30.6005</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857" maxx="9.82443e+06" minx="8.90219e+06" maxy="3.58097e+06" miny="3.01663e+06"/>
<BoundingBox CRS="EPSG:4326" maxx="30.6005" minx="26.1416" maxy="88.2544" miny="79.9697"/>
<Layer queryable="1">
<Name>nepal_roads</Name>
<Title>nepal_roads</Title>
<CRS>CRS:84</CRS>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>79.9698</westBoundLongitude>
<eastBoundLongitude>88.2543</eastBoundLongitude>
<southBoundLatitude>26.1416</southBoundLatitude>
<northBoundLatitude>30.6004</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:3857" maxx="9.82443e+06" minx="8.90219e+06" maxy="3.58097e+06" miny="3.01663e+06"/>
<BoundingBox CRS="EPSG:4326" maxx="30.6004" minx="26.1416" maxy="88.2543" miny="79.9698"/>
<Style>
<Name>default</Name>
<Title>default</Title>
<LegendURL>
<Format>image/png</Format>
<OnlineResource xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://geonode.dev/qgis-server/ogc/?MAP=%2Fusr%2Fsrc%2Fapp%2Fgeonode%2Fqgis_layer%2Fnepal_roads.qgs&amp;&amp;SERVICE=WMS&amp;VERSION=1.3.3&amp;REQUEST=GetLegendGraphic&amp;LAYER=nepal_roads&amp;FORMAT=image/png&amp;STYLE=default"/>
</LegendURL>
</Style>
</Layer>
</Layer>
</Capability>
</WMS_Capabilities>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment