Kontent qismiga oʻtish

Modul:Location map/data/CAN NT North Slave

Vikipediya, ochiq ensiklopediya


Location map of North Slave, Northwest Territories
name North Slave, Northwest Territories
x 46 + 645 * 0.5 * ln( ( 1 + cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) / ( 1 - cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) )
y 1261 - 1080*(atan(tan($1*(pi/180))/cos(($2+112)*(pi/180)))+0)
image NWT North Slave Region Map.svg


Modul:Location map/data/CAN NT North Slave joylashuv xaritasi taʼrifi boʻlib, an equirectangular projection North Slave Regiondagi markerlar va yorliqlarni joylashtirish uchun foydalaniladi. :Modul:Location map/data/CAN NT North Slave|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 „CAN NT North Slave“:

Xarita tavsifi

  • name = North Slave, Northwest Territories
    Standart xarita sarlavhasida foydalanilgan ism
  • x = 46 + 645 * 0.5 * ln( ( 1 + cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) / ( 1 - cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) )
    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 = 1261 - 1080*(atan(tan($1*(pi/180))/cos(($2+112)*(pi/180)))+0)
    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



Yana qarang

Xaritalar joylashuvi andozalari

Creating new map definitions


return {
	name = 'North Slave, Northwest Territories',
	x = '46 + 645 * 0.5 * ln( ( 1 + cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) / ( 1 - cos($1*(pi/180))*sin(($2+112)*(pi/180)) ) )',
	y = '1261 - 1080*(atan(tan($1*(pi/180))/cos(($2+112)*(pi/180)))+0)',
	image = 'NWT North Slave Region Map.svg'
}