Module:Location map/data/Tri-State Area: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
(Created page with "return { name = 'Ulsan', top = 35.7376583, bottom = 35.3130416, left = 128.9607861, right = 129.48409722, image = 'Tri-State Area location map.svg' }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
return {
return {
name = 'Ulsan',
name = 'Tri-State Area',
top = 35.7376583,
top = 35.7376583,
bottom = 35.3130416,
bottom = 35.3130416,
left = 128.9607861,
left = 128.9607861,
right = 129.48409722,
right = 129.48409722,
image = 'Tri-State Area location map.svg'
image = 'Tri-State Area location map (without Heard and Mek Nab Islands).svg'
}
}

Latest revision as of 17:15, 14 November 2023

Documentation for this module may be created at Module:Location map/data/Tri-State Area/doc

return {
	name = 'Tri-State Area',
	top = 35.7376583,
	bottom = 35.3130416,
	left = 128.9607861,
	right = 129.48409722,
	image = 'Tri-State Area location map (without Heard and Mek Nab Islands).svg'
}