- Vous êtes ici: Accéder au Wiki GeoRezo » Accueil : Wiki GeoRezo » Les standards de l'OGC » Styled Layer Description (SLD)
Ceci est une ancienne révision du document !
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_nextpage::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_nextpage::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_pageindex::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Strict Standards: Declaration of syntax_plugin_pageindex::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Table des matières
Styled Layer Description (SLD)
Exemple de SLD
Description
Ajoute de nouvelle fonctionnalité aux standards établies tels que WMS et WFS.
Fonctionnement
Requêtes
DescribeLayer
Permet d'obtenir des informations sur la couche, telle que le type de données (raster, polygon, point ou ligne).
GetStyles
Permet d'obtenir les styles pour chaque couches au format XML.
Les paramètres obligatoires sont :
- LAYERS = nomCouche
- VERSION = 1.1.0 (par exemple)
- REQUEST = GetStyles
Les paramètres optionnels sont :
- SLDVER = 1.0.0
PutStyles
Modifie le style d'une couche.
Les paramètres obligatoires sont :
- VERSION = 1.1.0 (par exemple)
- REQUEST = PutStyles
- MODE=
Les paramètres optionnels sont :
- SLD=
- SLD_BODY=
GetLegendGraphic
Permet d'obtenir une légende au format image.
Les paramètres obligatoires sont :
- LAYER =nomCouche
- VERSION = 1.1.0 (par exemple)
- REQUEST = GetLegendGraphic
- FORMAT=jpeg
Les paramètres optionnels sont :
- STYLE
- FEATURETYPE
- RULE
- SCALE
- SLD
- SLD_BODY
- WITDH
- HEIGHT
- EXCEPTIONS
Bibliographie
- WMS et Représentation multiples - Intégration de la spécification SLD dans le Géoproxy; Travail de semestre de Nicolas Ferreira - HEIG-VD (2008): http://www.asitvd.ch (publication / rapports)