WMS SLD サンプル

次の SLD(Styled Layer Descriptor)サンプルは、パブリック サーバ sampleserver1.arcgisonline.com で提供されています。これらのサンプルは、ArcGIS Server の WMS サービスが外部 SLD リソースを処理する方法を理解するのに役立ちます。

各サンプルには、クライアントからの外部 SLD xml リソースをシミュレートする SLD XML ファイルが含まれています。これらのファイルには、http://sampleserver1.arcgisonline.com/arcgis/wms/slds/<ファイル名>.xml という URL を通じてアクセスできます。各サンプルには、外部 SLD リソースで定義されたスタイルを使ってマップをレンダリングするために、パブリック ArcGIS Server WMS サービス(同じく sampleserver1.arcgisoneline.com にあります)をリクエストする WMS GetMap リクエストも含まれています。

以下の SLD サンプルはすべて、ESRI_StatesCitiesRivers_USA という名前のパブリック ArcGIS Server WMS サービスのために設計および作成されています。この WMS サービスには、http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer? という URL を通じてアクセスできます。これらのサンプルを使用するには、GetMap リクエスト リンクをクリックするか、リクエスト文字列をコピーしてブラウザで開きます。

サンプル SLD ファイルの内容を表示するには、指定された URL に基づいて XML にアクセスします。以下のサンプル SLD XML ファイルをダウンロードし、変更した後、パブリック URL を通じて再びそれらを公開することにより、独自の SLD スタイルを使ってマップをレンダリングするために ESRI_StatesCitiesRivers_USA WMS サービスをリクエストすることもできます。

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

説明: pointSymbolizer を使用して、ポイント レイヤのフィーチャをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_pointSymbolizer.xml

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

GetMap レスポンス:

point_propertyIsEqualTo

説明: propertyIsEqualTo フィルタを使用して、ポイント レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsEqualTo.xml

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

GetMap レスポンス:

point_propertyIsNotEqualTo

説明: propertyIsNotEqualTo フィルタを使用して、ポイント レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsNotEqualTo.xml

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

GetMap レスポンス:

point_propertyIsLike

説明: propertyIsLike フィルタを使用して、ポイント レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル(たとえば、「San」または「Santa」で始まる名前の都市だけをレンダリングします)。

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_propertyIsLike.xml

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

GetMap レスポンス:

point_not

説明: not フィルタを使用して、別のフィルタを無効にし、ポイント レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_not.xml

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

GetMap レスポンス:

point_bbox

説明: bbox 空間フィルタを使用して、バウンディング ボックス内のフィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_bbox.xml

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

GetMap レスポンス:

point_within

説明: within 空間フィルタを使用して、ポリゴン ジオメトリ内のフィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/point_within.xml

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

GetMap レスポンス:

polyline_lineSymbolizer

説明: lineSymbolizer を使用して、ポリライン レイヤのフィーチャをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polyline_lineSymbolizer.xml

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

GetMap レスポンス:

polygon_polygonSymbolizer

説明: polygonSymbolizer を使用して、ポリゴン レイヤのフィーチャをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_polygonSymbolizer.xml

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

GetMap レスポンス:

polygon_textSymbolizer

説明: textSymbolizer を使用して、ポリゴン レイヤの各フィーチャにテキストを追加する SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_textSymbolizer.xml

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

GetMap レスポンス:

polygon_propertyIsEqualTo

説明: propertyIsEqualTo を使用して、ポリゴン レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsEqualTo.xml

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

GetMap レスポンス:

polygon_propertyIsGreaterThan

説明: propertyIsGreaterThan を使用して、ポリゴン レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThan.xml

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

GetMap レスポンス:

polygon_propertyIsGreaterThanOrEqualTo

説明: propertyIsGreaterThanOrEqualTo を使用して、ポリゴン レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsGreaterThanOrEqualTo.xml

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

GetMap レスポンス:

polygon_propertyIsLessThan

説明: propertyIsLessThan を使用して、ポリゴン レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThan.xml

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

GetMap レスポンス:

polygon_propertyIsLessThanOrEqualTo

説明: propertyIsLessThanOrEqualTo を使用して、ポリゴン レイヤ内のフィーチャの一部のみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_propertyIsLessThanOrEqualTo.xml

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

GetMap レスポンス:

polygon_multiple_rules

説明: 複数のルールを使用して、ポリゴン レイヤ内の一部のフィーチャに異なるシンボルを適用する SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_multiple_rules.xml

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

GetMap レスポンス:

polygon_and

説明: and 論理フィルタを使用し、他の 2 つのフィルタを組み合わせてポリゴン レイヤ内のフィーチャの一部をレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_and.xml

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

GetMap レスポンス:

polygon_or

説明: or 論理フィルタを使用し、別のフィルタと組み合わせてポリゴン レイヤ内のフィーチャの一部をレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_or.xml

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

GetMap レスポンス:

polygon_contains

説明: contains 空間フィルタを使用して、特定のポイントを含んでいるポリゴン フィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_contains.xml

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

GetMap レスポンス:

polygon_crosses

説明: crosses 空間フィルタを使用して、別のフィーチャを横切るポリゴン フィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_crosses.xml

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

GetMap レスポンス:

polygon_disjoint

説明: disjoint 空間フィルタを使用して、別のフィーチャを切断するポリゴン フィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_disjoint.xml

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

GetMap レスポンス:

polygon_intersects

説明: intersects 空間フィルタを使用して、別のフィーチャと交差するポリゴン フィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_intersects.xml

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

GetMap レスポンス:

polygon_overlaps

説明: overlaps 空間フィルタを使用して、別のフィーチャと重なるポリゴン フィーチャのみをレンダリングする SLD スタイル

SLD ファイルの URL: http://sampleserver1.arcgisonline.com/arcgis/wms/slds/polygon_overlaps.xml

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

GetMap レスポンス:


7/10/2012