Módulu:Mapa de llocalización/datos/Xapón

Mapa de llocalización de: Xapón
nome Xapón
x 100*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43))
y 100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54))
imaxe Japan location map with side map of the Ryukyu Islands.svg
imaxe1 Japan natural location map with side map of the Ryukyu Islands.jpg
imaxe2 Japan bluemarble location map with side map of the Ryukyu Islands.jpg


Módulu:Mapa de llocalización/datos/Xapón ye una definición de mapa de llocalización utilizáu para sobreponer marcadores y etiquetes nun mapa de proyeición equirectangular de Xapón. Los marcadores asítiense por coordenaes de llatitú y llonxitú nel mapa por defeutu o nuna imaxe de mapa similar.

Usu

These definitions are used by the following templates when invoked with parameter "Xapón":

Definición del mapa

  • name = Xapón
    Nome utilizáu nel títulu del mapa por defeutu
  • y = 100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54))
    Una espresión para calcular l'allugamientu nel mapa al traviés de la so llatitú; evalúase como 0 nel cantu superior y 100 nel cantu inferior

Mapa alternativu

The {{Mapa de llocalización}}, {{Mapa de llocalización múltiple}}, and {{Mapa de llocalización+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may be found below or in the following:


Ver tamién

Plantíes de minimapes

Creating new map definitions


return {
	name = 'Xapón',
	x = '100*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43))',
	y = '100*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54))',
	image = 'Japan location map with side map of the Ryukyu Islands.svg',
	image1 = 'Japan natural location map with side map of the Ryukyu Islands.jpg',
	image2 = 'Japan bluemarble location map with side map of the Ryukyu Islands.jpg'
}