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

モジュールの解説[表示] [編集] [履歴] [キャッシュを破棄]
オランダ 位置図
名称 オランダ
境界の経緯
53.7
3.1 ←↕→ 7.5
50.6
地図の中心 北緯52度09分 東経5度18分 / 北緯52.15度 東経5.3度 / 52.15; 5.3
画像 Netherlands location map.svg
画像1 Netherlands relief location map.svg
画像2 Netherlands relief location map.svg


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

使用法

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

地図パラメータ

  • name = オランダ
    モジュール名は地図説明文の既定値になります
  • bottom = 50.6
    地図最南端の緯度を十進角で表記します。
  • left = 3.1
    地図最西端の経度を十進角で表記します。
  • right = 7.5
    地図最東端の経度を十進角で表記します。

代替地図

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

精度

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

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

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

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

関連項目

Location mapテンプレート

return {
	name = 'オランダ',
	top = 53.7,
	bottom = 50.6,
	left = 3.1,
	right = 7.5,
	image = 'Netherlands location map.svg',
	image1 = 'Netherlands relief location map.svg',
	image2 = 'Netherlands relief location map.svg'
}