2009年12月8日火曜日

OpenLayers 40b WMC - MapServer で Map Context を試す2 Map Context ドキュメント

OpenLayers 40b WMC - MapServer で Map Context を試す2 Map Context ドキュメント

ブラウザには次のように表示されるので、tokyo_map_context.xml というファイル名で保存します。

<ViewContext version="1.1.0" id="tokyo_wms_map" xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengis.net/context/1.1.0/context.xsd">
<General>
<Window width="600" height="300"/>
<!--
Bounding box corners and spatial reference system
-->
<BoundingBox SRS="EPSG:2456" minx="-279000.000000" miny="1054000.000000" maxx="-185000.000000" maxy="1104000.000000"/>
<!-- Title of Context -->
<Title>Tokyo WMS</Title>
<ContactInformation>
</ContactInformation>
</General>
<LayerList>
<Layer queryable="0" hidden="0">
<Server service="OGC:WMS" version="1.1.1" title="Context Hight">
<OnlineResource xlink:type="simple" xlink:href="http://localhost/cgi-bin/mapserv?map=/home/user/mapfile/tokyo_bmi_pgis_img.map"/>
</Server>
<Name>height</Name>
<Title>Context Hight</Title>
</Layer>
<Layer queryable="0" hidden="0">
<Server service="OGC:WMS" version="1.1.1" title="Context Kukaku">
<OnlineResource xlink:type="simple" xlink:href="http://localhost/cgi-bin/mapserv?map=/home/user/mapfile/tokyo_bmi_pgis_img.map"/>
</Server>
<Name>kukaku</Name>
<Title>Context Kukaku</Title>
</Layer>
<Layer queryable="0" hidden="0">
<Server service="OGC:WMS" version="1.1.1" title="Context Gyoseikai">
<OnlineResource xlink:type="simple" xlink:href="http://localhost/cgi-bin/mapserv?map=/home/user/mapfile/tokyo_pf_pgis.map"/>
</Server>
<Name>gyoseikai</Name>
<Title>Context Gyoseikai</Title>
</Layer>
</LayerList>
</ViewContext>

0 件のコメント: