「チュートリアル12」の版間の差分
 (→wms_static.svg)  | 
				 (→wms_static.svg)  | 
				||
| 16行目: | 16行目: | ||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="120,-50,30,30">  | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="120,-50,30,30">  | ||
  <globalCoordinateSystem srsName="http://purl.org/crs/84" transform="matrix(1,0,0,-1,0,0)"/>  |   <globalCoordinateSystem srsName="http://purl.org/crs/84" transform="matrix(1,0,0,-1,0,0)"/>  | ||
| − | + |   <image  | |
| − | + |     xlink:href="https://www.gebco.net/data_and_products/gebco_web_services/web_map_service/mapserv?  | |
| − |   <image   | + |       request=GetMap&  | 
| + |       service=WMS&  | ||
| + |       version=1.1.1&  | ||
| + |       layers=GEBCO_LATEST&  | ||
| + |       srs=EPSG%3A4326&  | ||
| + |       bbox=120,20,150,50&  | ||
| + |       width=600&  | ||
| + |       height=600&  | ||
| + |       format=image%2Fpng"  | ||
| + |    x="120"  | ||
| + |    y="-50"  | ||
| + |    width="30"  | ||
| + |    height="30"  | ||
| + |    preserveAspectRatio="none"  | ||
| + |    title="image"  | ||
| + |    opacity="0.5"  | ||
| + |  />  | ||
</svg>  | </svg>  | ||
</pre>  | </pre>  | ||
2022年2月17日 (木) 02:48時点における版
チュートリアル12 WMSの利用
- 実際の動作は、こちらをクリック。
 - ソースコードのディレクトリ
 
wms1.html
これまでと特に変わったところはありません。
Container.svg
これまでと特に変わったところはありません。
wms_static.svg
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="120,-50,30,30">
 <globalCoordinateSystem srsName="http://purl.org/crs/84" transform="matrix(1,0,0,-1,0,0)"/>
 <image
    xlink:href="https://www.gebco.net/data_and_products/gebco_web_services/web_map_service/mapserv?
      request=GetMap&
      service=WMS&
      version=1.1.1&
      layers=GEBCO_LATEST&
      srs=EPSG%3A4326&
      bbox=120,20,150,50&
      width=600&
      height=600&
      format=image%2Fpng"
   x="120"
   y="-50"
   width="30"
   height="30"
   preserveAspectRatio="none"
   title="image"
   opacity="0.5"
 />
</svg>