モジュール:Location map/data/Russia
表示
名称 | ロシア | ||
---|---|---|---|
x | 50.0 + 71.51617284504452 * ((1.6671750744677123-($1*pi / 180)) * sin(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180)) | ||
y | 50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-($1*pi / 180)) * cos(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180)) | ||
画像 | Russia edcp location map.svg
| ||
画像1 | Russia edcp relief location map.jpg
| ||
モジュール:Location map/data/Russiaはロシアの正距円錐図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度と経度の座標に基いて置かれます。
使用法
次のテンプレートで"Russia"というパラメータを使用します:
{{Location map | Russia | ...}}
{{Location map many | Russia | ...}}
{{Location map+ | Russia | ...}}
{{Location map~ | Russia | ...}}
地図パラメータ
name = ロシア
- モジュール名は地図説明文の既定値になります
image = Russia edcp location map.svg
- 既定値の地図画像で"Image:"や"File:"は指定しません。
image1 = Russia edcp relief location map.jpg
- 代替地図画像で、通常は地形図をreliefかAlternativeMapというパラメータで指定して表示します。
x = 50.0 + 71.51617284504452 * ((1.6671750744677123-($1*pi / 180)) * sin(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))
- 経度に基いて地図上の位置を計算する式で、最西端は0、最東端は100になります。
y = 50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-($1*pi / 180)) * cos(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))
- 緯度に基いて地図上の位置を計算する式で、最北端は0、最南端は100になります。
代替地図
image1 (Russia edcp relief location map.jpg
)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。
これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:
Location mapテンプレート使用例
Location map: Eastern hemisphere, Deg/Min/Sec coordinates
{{Location map | Russia | width = 300 | float = right | caption = Location of [[Moscow]] in Russia | label = Moscow | background = lightblue | position = right | lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N | lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E }}
Location map: Eastern hemisphere, Decimal coordinates
{{Location map | Russia | width = 300 | float = right | caption = Location of [[Moscow]] in Russia | label = Moscow | background = lightblue | position = right | lat = 55.75167 | long = 37.61778 }}
Location map: Western hemisphere, Deg/Min/Sec coordinates, alternative map
{{Location map | Russia | AlternativeMap = Russia edcp relief location map.jpg | width = 300 | float = right | caption = Location of [[Egvekinot]] in Russia | label = Egvekinot | background = lightgreen | position = left | lat_deg= 66 | lat_min=19 | lat_sec=06 | lat_dir=N | lon_deg=179 | lon_min=07 | lon_sec=24 | lon_dir=W }}
Location map: Western hemisphere, Decimal coordinates, relief map
{{Location map | Russia | relief = yes | width = 300 | float = right | caption = Location of [[Egvekinot]] in Russia | label = Egvekinot | background = lightgreen | position = left | lat = 66.31833 | long = -179.12333 }}
Location map many: Deg/Min/Sec coordinates, alternative map
{{Location map many | Russia | AlternativeMap = Russia edcp relief location map.jpg | width = 300 | float = right | caption = [[Moscow]] and [[Egvekinot]] in Russia | label = Moscow | label_size = 90 | bg = lightblue | pos = right | lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N | lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E | label2 = Egvekinot | label2_size = 90 | bg2 = lightgreen | pos2 = left | lat2_deg= 66 | lat2_min=19 | lat2_sec=06 | lat2_dir=N | lon2_deg=179 | lon2_min=07 | lon2_sec=24 | lon2_dir=W }}
Location map many: Decimal coordinates, relief map
{{Location map many | Russia | relief = yes | width = 300 | float = right | caption = [[Moscow]] and [[Egvekinot]] in Russia | label = Moscow | label_size = 90 | bg = lightblue | pos = right | lat = 55.75167 | long = 37.61778 | label2 = Egvekinot | label2_size = 90 | bg2 = lightgreen | pos2 = left | lat2 = 66.31833 | long2 = -179.12333 }}
関連項目
Location mapテンプレート
- Template:Location map - 緯度と経度を使って1つのマークとラベルを表示します。
- Template:Location map many - 9つまでのマークとラベルを表示します。
- Template:Location map+ - 無制限にマークとラベルを表示できます。
return {
name = 'ロシア',
x = '50.0 + 71.51617284504452 * ((1.6671750744677123-($1*pi / 180)) * sin(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
y = '50.0 + 1.8540031397174255 * 71.51617284504452 * 0.20267660928013187 - 1.8540031397174255 * 71.51617284504452 * (0.7246972783907744 - (1.6671750744677123-($1*pi / 180)) * cos(0.807990549171814 * ($2 + ($2<0)*360 - 100) * pi / 180))',
image = 'Russia edcp location map.svg',
image1 = 'Russia edcp relief location map.jpg'
}