WMS specifies a number of different request types, two of which are required by any WMS server:[11]
- GetCapabilities - returns parameters about the WMS (such as map image format and WMS version compatibility) and the available layers (map bounding box, coordinate reference systems, URI of the data and whether the layer is mostly opaque or not)
- GetMap - returns a map image. Parameters include: width and height of the map, coordinate reference system, rendering style, image format
- GetFeatureInfo - if a layer is marked as 'queryable' then you can request data about a coordinate of the map image.
- DescribeLayer - returns the feature types of the specified layer or layers, which can be further described using WFS or WCS requests. This request is dependent on the SLD Profile of WMS.
- GetLegendGraphic - return an image of the map's legend image, giving a visual guide to map elements.
https://en.wikipedia.org/wiki/Web_Map_Service
http://www.opengeospatial.org/standards/wms
RELATED SOFTWARE
GDAL - http://www.gdal.org/frmt_wms.html
GeoServer - http://geoserver.org/
MapProxy - https://mapproxy.org/
Mapserver - http://www.mapserver.org/
OSGeo - https://live.osgeo.org/en/standards/wms_overview.html
OWSLib - https://geopython.github.io/OWSLib/
sci-wms - http://sci-wms.github.io/sci-wms/
TileCache - http://tilecache.org/
No comments:
Post a Comment