Exemples de descripteurs SLD WMS

Les exemples de descripteurs SLD suivants sont disponibles sur le serveur sampleserver1.arcgisonline.com public. Leur objectif est de vous aider à comprendre le fonctionnement des services WMS d'ArcGIS Server avec les ressources SLD externes.

Chaque exemple est associé à un fichier XML SLD correspondant, accessible par l'intermédiaire de l'URL http://sampleserver1.arcgisonline.com/arcgis/wms/slds/<nom_fichier>.xml, afin d'imiter une ressource xml SLD externe d'un client. Chaque exemple est également doté d'une demande WMS GetMap, qui requiert un service WMS ArcGIS Server public (également sur sampleserver1.arcgisoneline.com) pour afficher la carte à l'aide d'un style défini dans la ressource SLD externe.

Tous les exemples de descripteurs SLD sont destinés au service WMS ArcGIS Server public ESRI_StatesCitiesRivers_USA, qui est accessible via l'URL http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer? Pour utiliser les exemples, vous pouvez cliquer sur le lien de la demande GetMap ou copier la chaîne de demande pour l'ouvrir dans un navigateur.

Pour consulter le contenu d'un fichier SLD d'exemple, il vous suffit d'accéder directement au fichier XML par l'intermédiaire de l'URL fournie. Vous pouvez par ailleurs télécharger n'importe quel fichier XML SLD d'exemple ci-dessous, le modifier et l'afficher à nouveau par l'intermédiaire d'une URL publique afin de demander le service WMS ESRI_StatesCitiesRivers_USA pour afficher la carte avec votre propre style SLD.

point_pointSymbolizer

point_propertyIsEqualTo

point_propertyIsNotEqualTo

point_propertyIsLike

point_not

point_bbox

point_within

polyline_lineSymbolizer

polygon_polygonSymbolizer

polygon_textSymbolizer

polygon_propertyIsEqualTo

polygon_propertyIsGreaterThan

polygon_propertyIsGreaterThanOrEqualTo

polygon_propertyIsLessThan

polygon_propertyIsLessThanOrEqualTo

polygon_multiple_rules

polygon_and

polygon_or

polygon_contains

polygon_crosses

polygon_disjoint

polygon_intersects

polygon_overlaps

point_pointSymbolizer

Description : style SLD qui utilise un paramètre "pointSymbolizer" pour afficher les entités dans une couche de points

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_pointSymbolizer.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,pointSymbolizer&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_pointSymbolizer.xml

Réponse GetMap :

point_propertyIsEqualTo

Description : style SLD qui utilise un filtre "propertyIsEqualTo" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de points

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsEqualTo.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,propertyIsEqualTo&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsEqualTo.xml

Réponse GetMap :

point_propertyIsNotEqualTo

Description : style SLD qui utilise un filtre "propertyIsNotEqualTo" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de points

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsNotEqualTo.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,propertyIsNotEqualTo&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsNotEqualTo.xml

Réponse GetMap :

point_propertyIsLike

Description : style SLD qui utilise un filtre "propertyIsLike" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de points Par exemple : n'affichez que les villes dont le nom commence par "San" ou "Santa".

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsLike.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,propertyIsLike&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsLike.xml

Réponse GetMap :

point_not

Description : style SLD qui utilise un filtre logique "not" pour faire opposition à un autre filtre et afficher uniquement un sous-ensemble de toutes les entités dans une couche de points

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_not.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,not&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_not.xml

Réponse GetMap :

point_bbox

Description : style SLD qui utilise un filtre spatial "bbox" pour afficher uniquement les entités qui se trouvent au sein d'une emprise.

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_bbox.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,bbox&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_bbox.xml

Réponse GetMap :

point_within

Description : style SLD qui utilise un filtre spatial "within" pour afficher uniquement les entités qui se trouvent dans une géométrie de polygone

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_within.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1,2&STYLES=,,within&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_within.xml

Réponse GetMap :

polyline_lineSymbolizer

Description : style SLD qui utilise un paramètre "lineSymbolizer" pour afficher les entités dans une couche de polylignes

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polyline_lineSymbolizer.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,1&STYLES=,lineSymbolizer&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polyline_lineSymbolizer.xml

Réponse GetMap :

polygon_polygonSymbolizer

Description : style SLD qui utilise un paramètre "polygonSymbolizer" pour afficher les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_polygonSymbolizer.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0&STYLES=polygonSymbolizer&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_polygonSymbolizer.xml

Réponse GetMap :

polygon_textSymbolizer

Description : style SLD qui utilise un paramètre "textSymbolizer" pour ajouter du texte à chaque entité dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_textSymbolizer.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0&STYLES=textSymbolizer&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_textSymbolizer.xml

Réponse GetMap :

polygon_propertyIsEqualTo

Description : style SLD qui utilise un filtre "propertyIsEqualTo" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsEqualTo.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,propertyIsEqualTo&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsEqualTo.xml

Réponse GetMap :

polygon_propertyIsGreaterThan

Description : style SLD qui utilise un filtre "propertyIsGreaterThan" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThan.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,propertyIsGreaterThan&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThan.xml

Réponse GetMap :

polygon_propertyIsGreaterThanOrEqualTo

Description : style SLD qui utilise un filtre "propertyIsGreaterThanOrEqualTo" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThanOrEqualTo.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,propertyIsGreaterThanOrEqualTo&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThanOrEqualTo.xml

Réponse GetMap :

polygon_propertyIsLessThan

Description : style SLD qui utilise un filtre "propertyIsLessThan" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThan.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,propertyIsLessThan&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThan.xml

Réponse GetMap :

polygon_propertyIsLessThanOrEqualTo

Description : style SLD qui utilise un filtre "propertyIsLessThanOrEqualTo" pour afficher uniquement un sous-ensemble de toutes les entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThanOrEqualTo.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,propertyIsLessThanOrEqualTo&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThanOrEqualTo.xml

Réponse GetMap :

polygon_multiple_rules

Description : style SLD qui utilise plusieurs règles pour appliquer une symbologie distincte à des sous-ensembles d'entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_multiple_rules.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0&STYLES=multiple_rules&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_multiple_rules.xml

Réponse GetMap :

polygon_and

Description : style SLD qui utilise un filtre logique "and" pour combiner deux autres filtres et afficher un sous-ensemble d'entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_and.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1&STYLES=,and,&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_and.xml

Réponse GetMap :

polygon_or

Description : style SLD qui utilise un filtre logique "or" pour s'associer à un autre filtre et afficher un sous-ensemble d'entités dans une couche de polygones

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_or.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1&STYLES=,or,&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_or.xml

Réponse GetMap :

polygon_contains

Description : style SLD qui utilise un filtre spatial "contains" pour afficher uniquement les entités surfaciques qui contiennent un point spécifique

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_contains.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1,2&STYLES=,contains,,sf&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_contains.xml

Réponse GetMap :

polygon_crosses

Description : style SLD qui utilise un filtre spatial "crosses" pour afficher uniquement les entités surfaciques qui traversent une autre entité

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_crosses.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1&STYLES=,crosses,northPlatte&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_crosses.xml

Réponse GetMap :

polygon_disjoint

Description : style SLD qui utilise un filtre spatial "disjoint" pour afficher uniquement des entités surfaciques qui sont disjointes d'une autre entité

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_disjoint.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1&STYLES=,disjoint,northPlatte&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_disjoint.xml

Réponse GetMap :

polygon_intersects

Description : style SLD qui utilise un filtre spatial "intersects" pour afficher uniquement des entités surfaciques qui croisent une autre entité

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_intersects.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0,1&STYLES=,intersects,redRiver&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_intersects.xml

Réponse GetMap :

polygon_overlaps

Description : style SLD qui utilise un filtre spatial "overlaps" pour afficher uniquement des entités surfaciques qui superposent une autre entité

URL du fichier SLD : http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_overlaps.xml

Demande GetMap : http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&BBOX=-178.217598,18.924782,-66.969271,71.406235&WIDTH=765&HEIGHT=360&LAYERS=0,0&STYLES=,overlaps&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SLD=http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_overlaps.xml

Réponse GetMap :


2/28/2012