模块: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' 
}