Jump to content

Module:Location map/data/USA: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Marksize=5
Undid revision 713470909 by LL221W (talk)
Line 4: Line 4:
y = '50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))',
y = '50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))',
mark = 'Locator_Dot.svg',
mark = 'Locator_Dot.svg',
marksize = 5,
image = 'Usa edcp location map.svg',
image = 'Usa edcp location map.svg',
image1 = 'Usa edcp relief location map.png'
image1 = 'Usa edcp relief location map.png'

Revision as of 07:03, 4 April 2016

return {
	name = 'USA',
	x = '50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180))',
	y = '50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))',
	mark  =  'Locator_Dot.svg',
	image = 'Usa edcp location map.svg',
	image1 = 'Usa edcp relief location map.png'
}