モジュール:Location map/data/Scotland Ross and Cromarty

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
Ross and Cromarty 位置図
名称 Ross and Cromarty
境界の経緯
58.2
-5.9 ←↕→ -3.7
57
地図の中心 北緯57度36分 西経4度48分 / 北緯57.6度 西経4.8度 / 57.6; -4.8
画像 Ross and Cromarty UK location map.svg
画像1 Ross and Cromarty UK relief location map.jpg


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

使用法

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

地図パラメータ

  • name = Ross and Cromarty
    モジュール名は地図説明文の既定値になります
  • bottom = 57
    地図最南端の緯度を十進角で表記します。
  • left = -5.9
    地図最西端の経度を十進角で表記します。
  • right = -3.7
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

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

関連項目

Location mapテンプレート

return {
	name = 'Ross and Cromarty',
	top = 58.2,
	bottom = 57,
	left = -5.9,
	right = -3.7,
	image = 'Ross and Cromarty UK location map.svg',
	image1 = 'Ross and Cromarty UK relief location map.jpg'
}