Difference between revisions of "OpenGIS Styled Layer Descriptor Profile of the Web Map Service Implementation Specification"

From ICA Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|-
 
|-
 
| Version
 
| Version
| V1.1
+
| V 1.1
 
|-
 
|-
 
| Amendments
 
| Amendments
Line 24: Line 24:
 
| Type of standard
 
| Type of standard
 
| ISO International Standard and OpenGIS Implementation Specification<br/>Application level
 
| ISO International Standard and OpenGIS Implementation Specification<br/>Application level
|-
 
| Related standard(s)
 
| [http://wiki.icaci.org/index.php?title=Portrayal ISO 19117:2012, Geographic information -- Portrayal] <br/>[http://wiki.icaci.org/index.php?title=Services ISO 19119:2005, Geographic information – Services] <br/>[http://wiki.icaci.org/index.php?title=Web_Map_Server_interface ISO 19128:2005, Geographic information – Web Map Server interface] <br/>[http://wiki.icaci.org/index.php?title=Filter_encoding ISO 19143:2010, Geographic information – Filter encoding] <br/>[http://wiki.icaci.org/index.php?title=Symbology_Encoding OpenGIS Symbology Encoding Implementation Specification]
 
 
|-
 
|-
 
| Application
 
| Application
Line 38: Line 35:
 
|-
 
|-
 
| Products
 
| Products
| Commonly, SLD is implemented in conjunction with a WMS. A number of these implementations also provide extensions on the standard SLD. An example of an SLD implementation is GeoServer 2.5.2.
+
| Commonly, SLD is implemented in conjunction with a WMS. A number of these implementations also provide extensions on the standard SLD. An example of an SLD implementation is [http://geoserver.org GeoServer] 2.5.2.
 
|}
 
|}
 +
 +
==See also==
 +
* [[ISO 19117:2012 Geographic information - Portrayal]]
 +
* [[ISO 19119:2005 Geographic information - Services]]
 +
* [[ISO 19128:2005 Geographic information - Web Map Server interface]]
 +
* [[ISO 19143:2010 Geographic information - Filter encoding]]
 +
* [[OpenGIS Symbology Encoding Implementation Specification]]

Latest revision as of 09:18, 12 June 2017

Overview

Full name OpenGIS Styled Layer Descriptor Profile of the Web Map Service Implementation Specification
Version V 1.1
Amendments None
Corrigenda None
Published by OGC
Languages English
Online overview http://www.opengeospatial.org/standards/sld
Type of standard ISO International Standard and OpenGIS Implementation Specification
Application level
Application SLD is an XML schema that defines the structure of a layer style. SLD defines styles that
can be used for publishing raster and vector data available through a WMS. Basically,
SLD is what makes the map more colourful and user-friendly and it is responsible for
telling the server how to render the map.
Conformance classes Integrated SLD-WMS
Component SLD-WMS
Feature Portrayal Service
Coverage Portrayal Service
Implementation benefits SLD allows users to define their own styles. With SLD users can develop style sheets that can be used for specific maps, such as topographic maps. This provides consistency and is an effective method for generating maps. The SLD style sheets are reusable and interoperable.
Products Commonly, SLD is implemented in conjunction with a WMS. A number of these implementations also provide extensions on the standard SLD. An example of an SLD implementation is GeoServer 2.5.2.

See also