モジュール:Location map/data/Australia Victoria

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
ビクトリア州 位置図
名称 ビクトリア州
境界の経緯
-33.8
140.6 ←↕→ 150.3
-39.3
地図の中心 南緯36度33分 東経145度27分 / 南緯36.55度 東経145.45度 / -36.55; 145.45
画像 Australia Victoria location map.svg
画像1 Australia Victoria relief location map.jpg
画像2 Australia Victoria location map blank.svg
画像3 Australia Victoria relief location map blank.png
ヴィクトリア州の地図

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

使用法

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

地図パラメータ

  • name = ビクトリア州
    モジュール名は地図説明文の既定値になります
  • bottom = -39.3
    地図最南端の緯度を十進角で表記します。
  • left = 140.6
    地図最西端の経度を十進角で表記します。
  • right = 150.3
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

  • 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.0275度です。
  • 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0055度です。

関連項目

Location mapテンプレート

return {
	name = 'ビクトリア州',
	top = -33.8,
	bottom = -39.3,
	left = 140.6,
	right = 150.3,
	image = 'Australia Victoria location map.svg',
	image1 = 'Australia Victoria relief location map.jpg',
	image2 = 'Australia Victoria location map blank.svg',
	image3 = 'Australia Victoria relief location map blank.png'
}