モジュール:Location map/data/Azerbaijan

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
アゼルバイジャン 位置図
名称 アゼルバイジャン
境界の経緯
42
44.5 ←↕→ 51
38.2
地図の中心 北緯40度06分 東経47度45分 / 北緯40.1度 東経47.75度 / 40.1; 47.75
画像 Azerbaijan adm location map.svg
画像1 Reliefkarte Aserbaidschan 2023.png
Map of Azerbaijan

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

使用法

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

地図パラメータ

  • name = アゼルバイジャン
    モジュール名は地図説明文の既定値になります
  • bottom = 38.2
    地図最南端の緯度を十進角で表記します。
  • left = 44.5
    地図最西端の経度を十進角で表記します。
  • right = 51
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

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

Location map, using default map (image)

Bakuの位置(アゼルバイジャン内)
Baku
Baku
Baku (アゼルバイジャン)
{{Location map | Azerbaijan
| width   = 200
| lat_deg = 40.39
| lon_deg = 49.88
| label   = Baku
}}

Location map many, using relief map (image1)

Location map/data/Azerbaijanの位置(アゼルバイジャン内)
Baku
Baku
Ganja
Ganja
Two locations in Azerbaijan
{{Location map many | Azerbaijan
| relief   = yes
| width    = 200
| caption  = Two locations in Azerbaijan
| lat1_deg = 40.39
| lon1_deg = 49.88
| label1   = Baku
| lat2_deg = 40.68
| lon2_deg = 46.36
| label2   = Ganja
}}

Location map+, using AlternativeMap

Location map/data/Azerbaijanの位置(アゼルバイジャン内)
Baku
Baku
Ganja
Ganja
Two locations in Azerbaijan
{{Location map+ | Azerbaijan
| AlternativeMap = Azerbaijan relief location map.jpg
| width   = 200
| caption = Two locations in Azerbaijan
| places  =
  {{Location map~ | Azerbaijan
  | lat_deg = 40.39
  | lon_deg = 49.88
  | label   = Baku
  }}
  {{Location map~ | Azerbaijan
  | lat_deg = 40.68
  | lon_deg = 46.36
  | label   = Ganja
  }}
}}

関連項目

Location mapテンプレート

return {
	name = 'アゼルバイジャン',
	top = 42.0,
	bottom = 38.2,
	left = 44.5,
	right = 51.0,
	image = 'Azerbaijan adm location map.svg',
	image1 = 'Reliefkarte Aserbaidschan 2023.png'
}