モジュール:Location map/data/USA Alaska/doc


アラスカ州 位置図
名称 アラスカ州
境界の経緯
72
172 ←↕→ -129
51
地図の中心 北緯61度30分 西経158度30分 / 北緯61.5度 西経158.5度 / 61.5; -158.5
画像 USA Alaska location map.svg
画像1 Relief map of USA Alaska.png
Map of Alaska (click on map to see larger image)

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

使用法

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

地図パラメータ

  • name = アラスカ州
    モジュール名は地図説明文の既定値になります
  • bottom = 51
    地図最南端の緯度を十進角で表記します。
  • left = 172
    地図最西端の経度を十進角で表記します。
  • right = -129
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

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

Location map: Eastern hemisphere, Deg/Min/Sec coordinates

Attu Islandの位置(アラスカ州内)
Attu Island
Attu Island
Attu Island (アラスカ州)
{{Location map | USA Alaska
| width = 250
| float = right
| label = Attu Island
| position = right
| lat_deg =  52 | lat_min= 54 | lat_sec = 09 | lat_dir = N
| lon_deg = 172 | lon_min= 54 | lon_sec = 34 | lon_dir = E
}}

Location map: Eastern hemisphere, Decimal coordinates

Attu Islandの位置(アラスカ州内)
Attu Island
Attu Island
Attu Island (アラスカ州)
{{Location map | USA Alaska
| width = 250
| float = right
| label = Attu Island
| position = right
| lat = 52.9025
| long = 172.909444
}}

Location map: Western hemisphere, Deg/Min/Sec coordinates, Relief map

Ketchikanの位置(アラスカ州内)
Ketchikan
Ketchikan
Location of Ketchikan in Alaska
{{Location map | USA Alaska
| relief = yes
| width = 250
| float = right
| label = Ketchikan
| position = left
| caption = Location of [[Ketchikan]] in Alaska
| lat_deg =  55 | lat_min= 21 | lat_sec = 00 | lat_dir = N
| lon_deg = 131 | lon_min= 40 | lon_sec = 24 | lon_dir = W
}}

Location map: Western hemisphere, Decimal coordinates, AlternativeMap

Ketchikanの位置(アラスカ州内)
Ketchikan
Ketchikan
Location of Ketchikan in Alaska
{{Location map | USA Alaska
| AlternativeMap = 800x598 Carte Alaska R3.jpg
| width = 250
| float = right
| label = Ketchikan
| position = left
| caption = Location of [[Ketchikan]] in Alaska
| lat = 55.35
| long = -131.673333
}}

Location map many: Deg/Min/Sec

Location map/data/USA Alaska/docの位置(アラスカ州内)
Attu Island
Attu Island
Ketchikan
Ketchikan
Attu Island and Ketchikan in Alaska
{{Location map many | USA Alaska
| float = right | width = 300
| caption = [[Attu Island]] and [[Ketchikan]] in Alaska
| label = Attu Island | label_size = 90 | pos = right
| lat_deg =  52 | lat_min= 54 | lat_sec = 09 | lat_dir = N
| lon_deg = 172 | lon_min= 54 | lon_sec = 34 | lon_dir = E
| label2 = Ketchikan | label2_size = 90 | pos2 = left
| lat2_deg =  55 | lat2_min= 21 | lat2_sec = 00 | lat2_dir = N
| lon2_deg = 131 | lon2_min= 40 | lon2_sec = 24 | lon2_dir = W
}}

Location map many: Decimal coordinates

Location map/data/USA Alaska/docの位置(アラスカ州内)
アッツ島
アッツ島
ケチカン
ケチカン
アラスカ州内のアッツ島ケチカンの位置
{{Location map many | USA Alaska
| float = right | width = 300
| caption = アラスカ州内の[[アッツ島]]と[[ケチカン]]の位置
| label = アッツ島 | label_size = 90 | pos = right
| lat = 52.9025
| long = 172.909444
| label2 = ケチカン | label2_size = 90 | pos2 = left
| lat2 = 55.35
| long2 = -131.673333
}}

関連項目

Location mapテンプレート