モジュール:Location map/data/Guinea-Bissau

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
ギニアビサウ 位置図
名称 ギニアビサウ
境界の経緯
12.9
-16.9 ←↕→ -13.4
10.6
地図の中心 北緯11度45分 西経15度09分 / 北緯11.75度 西経15.15度 / 11.75; -15.15
画像 Guinea-Bissau adm location map.svg
画像1 Guinea-Bissau physical map.svg
Map of Guinea-Bissau

モジュール:Location map/data/Guinea-Bissauギニアビサウ正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度経度の座標に基いて置かれます。

使用法

次のテンプレートで"Guinea-Bissau"というパラメータを使用します:

地図パラメータ

  • name = ギニアビサウ
    モジュール名は地図説明文の既定値になります
  • bottom = 10.6
    地図最南端の緯度を十進角で表記します。
  • left = -16.9
    地図最西端の経度を十進角で表記します。
  • right = -13.4
    地図最東端の経度を十進角で表記します。

代替地図

image1 (Guinea-Bissau physical map.svg)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。 これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:

精度

経度: この地図は西から東まで3.5度です。

  • 画像の幅が200ピクセルの場合は1ピクセルにつき0.0175度です。
  • 画像の幅が1000ピクセルの場合は1ピクセルにつき0.0035度です。

緯度: この地図は北から南まで2.3度です。

  • 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.0115度です。
  • 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0023度です。== Location mapテンプレート使用例 ==

Location map, using default map (image)

Bissauの位置(ギニアビサウ内)
Bissau
Bissau
Bissau (ギニアビサウ)
{{Location map | Guinea-Bissau
| width   = 250
| lat_deg = 11.85
| lon_deg = -15.57
| label   = Bissau
}}

Location map many, using relief map (image1)

Location map/data/Guinea-Bissauの位置(ギニアビサウ内)
Bissau
Bissau
Gabú
Gabú
Two locations in Guinea-Bissau
{{Location map many | Guinea-Bissau
| relief   = yes
| width    = 250
| caption  = Two locations in Guinea-Bissau
| lat1_deg = 11.85
| lon1_deg = -15.57
| label1   = Bissau
| lat2_deg = 12.28
| lon2_deg = -14.22
| label2   = Gabú
}}

Location map+, using AlternativeMap

Location map/data/Guinea-Bissauの位置(ギニアビサウ内)
Bissau
Bissau
Gabú
Gabú
Two locations in Guinea-Bissau
{{Location map+ | Guinea-Bissau
| AlternativeMap = Guinea-Bissau physical map.svg
| width   = 250
| caption = Two locations in Guinea-Bissau
| places  =
  {{Location map~ | Guinea-Bissau
  | lat_deg = 11.85
  | lon_deg = -15.57
  | label   = Bissau
  }}
  {{Location map~ | Guinea-Bissau
  | lat_deg = 12.28
  | lon_deg = -14.22
  | label   = Gabú
  }}
}}

関連項目

Location mapテンプレート

return {
	name = 'ギニアビサウ',
	top = 12.9,
	bottom = 10.6,
	left = -16.9,
	right = -13.4,
	image = 'Guinea-Bissau adm location map.svg',
	image1 = 'Guinea-Bissau physical map.svg'
}