模組:Location map/data/USSR

维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]
苏联 位置圖
名稱 苏联
x sin((($2<0)*360+$2)/70.032-1.4993)*(115.34-1.2134*$1)+58.71
y cos((($2<0)*360+$2)/70.032-1.4993)*(186.47-1.9618*$1)-11.25
圖像 Soviet Union location map.svg


Module:Location map/data/USSR是用於在苏联等距長方投影英语equirectangular projection地圖上疊加標記和標籤的位置圖定義。標記是按默認的地圖或類似地圖圖像上的緯度經度坐標放置。

使用方法

以下模板均使用名為“USSR”的參數:

地圖定義

  • name = 苏联
    用於地圖描述的默認值
  • x = sin((($2<0)*360+$2)/70.032-1.4993)*(115.34-1.2134*$1)+58.71
    根據經度計算地圖上位置的公式;最西端為0,最東端為100。
  • y = cos((($2<0)*360+$2)/70.032-1.4993)*(186.47-1.9618*$1)-11.25
    根據緯度計算地圖上位置的公式;最北端為0,最南端為100。


位置圖模板使用範例

Location map: Eastern hemisphere, Deg/Min/Sec coordinates

Moscow在苏联的位置
Moscow
Moscow
Location of Moscow in the Soviet Union
{{Location map | USSR
| width = 300
| float = right
| caption = Location of [[莫斯科|Moscow]] in the Soviet Union
| 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

Moscow在苏联的位置
Moscow
Moscow
Location of Moscow in the Soviet Union
{{Location map | USSR
| width = 300
| float = right
| caption = Location of [[莫斯科|Moscow]] in the Soviet Union
| label = Moscow
| background = lightblue
| position = right
| lat = 55.75167
| long = 37.61778
}}

Location map many: Deg/Min/Sec coordinates, alternative map

Location map/data/USSR在苏联的位置
Moscow
Moscow
Egvekinot
Egvekinot
Moscow and Egvekinot英语Egvekinot in the Soviet Union
{{Location map many | USSR
| AlternativeMap = Soviet Union location map (provinces).svg
| width = 300
| float = right
| caption = [[莫斯科|Moscow]] and {{tsl|en|Egvekinot||Egvekinot}} in the Soviet Union
| label1 = Moscow | label_size = 90
| bg1 = lightblue | pos = right
| lat1_deg= 55 | lat1_min=45 | lat1_sec=06 | lat1_dir=N
| lon1_deg=037 | lon1_min=37 | lon1_sec=04 | lon1_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
}}

參見

位置圖模板

創建新的地圖模塊

return {
name   = '苏联',
image  = 'Soviet Union location map.svg', 
x = 'sin((($2<0)*360+$2)/70.032-1.4993)*(115.34-1.2134*$1)+58.71',
y = 'cos((($2<0)*360+$2)/70.032-1.4993)*(186.47-1.9618*$1)-11.25' 
}