モジュール:Location map/data/Germany/doc
表示
これはモジュール:Location map/data/Germanyの解説サブページです。 使用方法、カテゴリ、およびその他モジュールページ自体に含まれない情報を収容しています。 |
名称 | ドイツ | |||
---|---|---|---|---|
境界の経緯 | ||||
55.1 | ||||
5.5 | ←↕→ | 15.5 | ||
47.2 | ||||
地図の中心 | 北緯51度09分 東経10度30分 / 北緯51.15度 東経10.5度 | |||
画像 | Germany adm location map.svg
| |||
画像1 | Relief Map of Germany.svg
| |||
モジュール:Location map/data/Germanyはドイツの正距円筒図法地図でオーバーレイのマーカー・ラベルを表示するのに使用する地点図のLuaモジュールです。マーカーは既定値の地図や同じような地図画像において緯度と経度の座標に基いて置かれます。
使用法
次のテンプレートで"Germany"というパラメータを使用します:
{{Location map | Germany | ...}}
{{Location map many | Germany | ...}}
{{Location map+ | Germany | ...}}
{{Location map~ | Germany | ...}}
地図パラメータ
name = ドイツ
- モジュール名は地図説明文の既定値になります
image = Germany adm location map.svg
- 既定値の地図画像で"Image:"や"File:"は指定しません。
image1 = Relief Map of Germany.svg
- 代替地図画像で、通常は地形図をreliefかAlternativeMapというパラメータで指定して表示します。
top = 55.1
bottom = 47.2
- 地図最南端の緯度を十進角で表記します。
left = 5.5
- 地図最西端の経度を十進角で表記します。
right = 15.5
- 地図最東端の経度を十進角で表記します。
代替地図
image1 (Relief Map of Germany.svg
)で定義された地図は{{Location map}}、{{Location map many}}、{{Location map+}}といったテンプレートの「relief」か「AlternativeMap」のパラメータを使って表示できます。
これら2つのパラメータは以下の使用例で示しています。さらなる使用例は次のテンプレートにあります。:
精度
経度: この地図は西から東まで10度です。
- 画像の幅が200ピクセルの場合は1ピクセルにつき0.05度です。
- 画像の幅が1000ピクセルの場合は1ピクセルにつき0.01度です。
緯度: この地図は北から南まで7.9度です。
- 画像の縦の長さが200ピクセルの場合は1ピクセルにつき0.0395度です。
- 画像の縦の長さが1000ピクセルの場合は1ピクセルにつき0.0079度です。== Location mapテンプレート使用例 ==
Location map, using default map (image)
{{Location map | Germany | width = 200 | lat_deg = 52.5 | lon_deg = 13.4 | label = Berlin }}
Location map many, using relief map (image1)
{{Location map many | Germany | relief = yes | width = 200 | caption = Two locations in Germany | lat1_deg = 52.5 | lon1_deg = 13.4 | label1 = Berlin | lat2_deg = 48.13 | lon2_deg = 11.57 | label2 = Munich }}
Location map+, using AlternativeMap
{{Location map+ | Germany | AlternativeMap = Relief Map of Germany.png | width = 200 | caption = Two locations in Germany | places = {{Location map~ | Germany | lat_deg = 52.5 | lon_deg = 13.4 | label = Berlin }} {{Location map~ | Germany | lat_deg = 48.13 | lon_deg = 11.57 | label = Munich }} }}
関連項目
Location mapテンプレート
- Template:Location map - 緯度と経度を使って1つのマークとラベルを表示します。
- Template:Location map many - 9つまでのマークとラベルを表示します。
- Template:Location map+ - 無制限にマークとラベルを表示できます。