モジュール:Location map/data/Greenland/doc
表示
これはモジュール:Location map/data/Greenlandの解説サブページです。 使用方法、カテゴリ、およびその他モジュールページ自体に含まれない情報を収容しています。 |
名称 | グリーンランド | ||
---|---|---|---|
x | 50.0 + 302.4185124782328 * ((1.5794425159987988-($1* pi / 180)) * sin(0.9479693044294399 * ($2 +42.5) * pi / 180)) | ||
y | 50.0 + 0.70760934691432 * 302.4185124782328 * 0.006767623881934526 - 0.70760934691432 * 302.4185124782328 * (0.32280545456288157 - (1.5794425159987988-($1* pi / 180)) * cos(0.9479693044294399 * ($2 +42.5) * pi / 180)) | ||
画像 | Greenland edcp location map.svg
| ||
画像1 | Greenland edcp relief location map.jpg
| ||
モジュール:Location map/data/Greenlandはグリーンランドの正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度と経度の座標に基いて置かれます。
使用法
次のテンプレートで"Greenland"というパラメータを使用します:
{{Location map | Greenland | ...}}
{{Location map many | Greenland | ...}}
{{Location map+ | Greenland | ...}}
{{Location map~ | Greenland | ...}}
地図パラメータ
name = グリーンランド
- モジュール名は地図説明文の既定値になります
image = Greenland edcp location map.svg
- 既定値の地図画像で"Image:"や"File:"は指定しません。
image1 = Greenland edcp relief location map.jpg
- 代替地図画像で、通常は地形図をreliefかAlternativeMapというパラメータで指定して表示します。
x = 50.0 + 302.4185124782328 * ((1.5794425159987988-($1* pi / 180)) * sin(0.9479693044294399 * ($2 +42.5) * pi / 180))
- 経度に基いて地図上の位置を計算する式で、最西端は0、最東端は100になります。
y = 50.0 + 0.70760934691432 * 302.4185124782328 * 0.006767623881934526 - 0.70760934691432 * 302.4185124782328 * (0.32280545456288157 - (1.5794425159987988-($1* pi / 180)) * cos(0.9479693044294399 * ($2 +42.5) * pi / 180))
- 緯度に基いて地図上の位置を計算する式で、最北端は0、最南端は100になります。
代替地図
image1 (Greenland edcp relief location map.jpg
)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。
これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:
Location mapテンプレート使用例
Location map, using default map (image)
{{Location map | Greenland | width = 200 | lat_deg = 64.18 | lon_deg = -51.74 | label = Nuuk (Godthåb) }}
Location map many, using relief map (image1)
{{Location map many | Greenland | relief = yes | width = 200 | caption = Two locations in Greenland | lat1_deg = 64.18 | lon1_deg = -51.74 | label1 = Nuuk (Godthåb) | lat2_deg = 77.47 | lon2_deg = -69.23 | label2 = Qaanaaq (Thule) }}
Location map+, using AlternativeMap
{{Location map+ | Greenland | AlternativeMap = Greenland edcp relief location map.jpg | width = 200 | caption = Two locations in Greenland | places = {{Location map~ | Greenland | lat_deg = 64.18 | lon_deg = -51.74 | label = Nuuk (Godthåb) }} {{Location map~ | Greenland | lat_deg = 77.47 | lon_deg = -69.23 | label = Qaanaaq (Thule) }} }}
関連項目
Location mapテンプレート
- Template:Location map - 緯度と経度を使って1つのマークとラベルを表示します。
- Template:Location map many - 9つまでのマークとラベルを表示します。
- Template:Location map+ - 無制限にマークとラベルを表示できます。