Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected Module:Location map/data/USA: High-risk Lua module: Per request at RFPP ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))
Changing Mark to File:Locator_Dot.svg
Line 3: Line 3:
x = '50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180))',
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)))',
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',
image = 'Usa edcp location map.svg',
image1 = 'Usa edcp relief location map.png'
image1 = 'Usa edcp relief location map.png'

Revision as of 07:00, 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'
}