Modul:Location map/data/Canada
Qiyofa
name | Canada | ||
---|---|---|---|
x | 201.7818903*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*sin(0.01572175288*($2+95))+43.98563734 | ||
y | 238.6252927*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*cos(0.01572175288*($2+95))-15.81495465 | ||
image | Canada location map 2.svg
| ||
image1 | Canada relief map 2.svg
| ||
Modul:Location map/data/Canada joylashuv xaritasi taʼrifi boʻlib, a Lambert conformal conic projection Canadadagi markerlar va yorliqlarni joylashtirish uchun foydalaniladi. :Modul:Location map/data/Canada|1|3}}|ism}}]]}}}. Markerlar standart xaritada yoki shunga o'xshash xarita tasvirida kenglik va uzunlik koordinatalari bo'yicha joylashtiriladi.
Qoʻllanilishi
Ushbu ta'riflar parametr bilan chaqirilganda quyidagi andozalar tomonidan qo'llaniladi „Canada“:
{{Location map | Canada | …}}
{{Location map many | Canada | …}}
{{Location map+ | Canada | …}}
{{Location map~ | Canada | …}}
Xarita tavsifi
name = Canada
- Standart xarita sarlavhasida foydalanilgan ism
image = Canada location map 2.svg
- Standart xarita tasviri, “Rasm:” yoki “Fayl:”siz
image1 = Canada relief map 2.svg
- An alternative map image, usually a relief map, which can be displayed via the relief or AlternativeMap parameters
x = 201.7818903*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*sin(0.01572175288*($2+95))+43.98563734
- An expression to calculate a location on the map via its longitude; evaluates as 0 along the left edge and 100 along the right edge
y = 238.6252927*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*cos(0.01572175288*($2+95))-15.81495465
- An expression to calculate a location on the map via its latitude; evaluates as 0 along the top edge and 100 along the bottom edge
Alternative map
The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:
- Template:Location map#Relief parameter
- Template:Location map+/relief
- Template:Location map#AlternativeMap parameter
- Template:Location map+/AlternativeMap
Xaritalar joylashuvi andozalariga misollar
Location map, using default map (image)
{{Location map | Canada | width = 250 | lat_deg = 45.42 | lon_deg = -75.7 | label = Ottawa }}
Location map many, using relief map (image1)
{{Location map many | Canada | relief = yes | width = 250 | caption = Two locations in Canada | lat1_deg = 45.42 | lon1_deg = -75.7 | label1 = Ottawa | lat2_deg = 49.25 | lon2_deg = -123.1 | label2 = Vancouver }}
Location map+, using AlternativeMap
{{Location map+ | Canada | AlternativeMap = Canada_blank_map.svg | width = 250 | caption = Two locations in Canada | places = {{Location map~ | Canada | lat_deg = 45.42 | lon_deg = -75.7 | label = Ottawa }} {{Location map~ | Canada | lat_deg = 49.25 | lon_deg = -123.1 | label = Vancouver }} }}
Yana qarang
Xaritalar joylashuvi andozalari
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
Creating new map definitions
return {
name = 'Canada',
x='201.7818903*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*sin(0.01572175288*($2+95))+43.98563734',
y='238.6252927*(((tan(pi*(90-$1)/360))*(((1+0.08181919084*sin(pi*$1/180))/(1-0.08181919084*sin(pi*$1/180)))^0.04090959542))^0.9007900864)*cos(0.01572175288*($2+95))-15.81495465',
image = 'Canada location map 2.svg',
image1 = 'Canada relief map 2.svg'
}