モジュール:Location map/data/USA American Samoa

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
アメリカ領サモア 位置図
名称 アメリカ領サモア
境界の経緯
-10.8
-173.1 ←↕→ -167.9
-15
地図の中心 南緯12度54分 西経170度30分 / 南緯12.9度 西経170.5度 / -12.9; -170.5
画像 American Samoa location map.svg


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

使用法

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

地図パラメータ

  • name = アメリカ領サモア
    モジュール名は地図説明文の既定値になります
  • bottom = -15
    地図最南端の緯度を十進角で表記します。
  • left = -173.1
    地図最西端の経度を十進角で表記します。
  • right = -167.9
    地図最東端の経度を十進角で表記します。

精度

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

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

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

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

Location map

Tutuilaの位置(アメリカ領サモア内)
Tutuila
Tutuila
Tutuila (アメリカ領サモア)
{{Location map | USA American Samoa
| width = 250
| lat   = -14.3
| long  = -170.7
| label = Tutuila
}}

Location map many

Location map/data/USA American Samoaの位置(アメリカ領サモア内)
Tutuila
Tutuila
Ta‘ū
Ta‘ū
Two locations in American Samoa
{{Location map many | USA American Samoa
| caption = Two locations in American Samoa
| width   = 250
| <!--first marker-->
| lat      = -14.3
| long     = -170.7
| label    = Tutuila
| pos      = right
| mark     = Cercle_rouge_100%.svg
| marksize = 25
| <!--second marker-->
| lat2      = -14.23
| long2     = -169.45
| label2    = Ta‘ū
| pos2      = right
| mark2     = Cercle_rouge_100%.svg
| mark2size = 15
}}

Location map+

Location map/data/USA American Samoaの位置(アメリカ領サモア内)
Tutuila
Tutuila
Ta‘ū
Ta‘ū
Two locations in American Samoa
{{Location map+ | USA American Samoa
| caption = Two locations in American Samoa
| width   = 250
| places  =
  {{Location map~ | USA American Samoa
  | lat   = -14.3
  | long  = -170.7
  | label = Tutuila
  | position = right
  | mark     = Cercle_rouge_100%.svg
  | marksize = 25
  }}
  {{Location map~ | USA American Samoa
  | lat   = -14.23
  | long  = -169.45
  | label = Ta‘ū
  | position = right
  | mark     = Cercle_rouge_100%.svg
  | marksize = 15
  }}
}}

関連項目

Location mapテンプレート

return {
	name = 'アメリカ領サモア',
	top = -10.8,
	bottom = -15.0,
	left = -173.1,
	right = -167.9,
	image = 'American Samoa location map.svg'
}