Difference between revisions of "Module:Location map/data/Australia Sydney satellite"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
(adjust)
blackwiki>John of Reading
(Removed "type = polar", not needed, drops articles into Category:Location maps with possible errors)
Line 1: Line 1:
 
return {
 
return {
 
name = 'Sydney, Australia',
 
name = 'Sydney, Australia',
type = 'polar',
 
 
x = '213.916*($2 - 150.878) -45.7926*($1 + 33.7167)',
 
x = '213.916*($2 - 150.878) -45.7926*($1 + 33.7167)',
 
y = '-50.3141*($2 - 150.878) + -337.863*($1 + 33.7167)',
 
y = '-50.3141*($2 - 150.878) + -337.863*($1 + 33.7167)',
 
image = 'Sydney_AST2001oct12_lrg.jpg'
 
image = 'Sydney_AST2001oct12_lrg.jpg'
 
}
 
}

Revision as of 07:02, 2 January 2017

Location map of Sydney, Australia
name Sydney, Australia
x 213.916*($2 - 150.878) -45.7926*($1 + 33.7167)
y -50.3141*($2 - 150.878) + -337.863*($1 + 33.7167)
image Sydney_AST2001oct12_lrg.jpg
Sydney AST2001oct12 lrg.jpg


Module:Location map/data/Australia Sydney satellite is a location map definition used to overlay markers and labels on an equirectangular projection map of Sydney, Australia. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.

Usage

These definitions are used by the following templates when invoked with parameter "Australia Sydney satellite":

Map definition

  • name = Sydney, Australia
    Name used in the default map caption
  • x = 213.916*($2 - 150.878) -45.7926*($1 + 33.7167)
    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 = -50.3141*($2 - 150.878) + -337.863*($1 + 33.7167)
    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



See also

Location map templates

Creating new map definitions


return {
	name = 'Sydney, Australia',
	x = '213.916*($2 - 150.878) -45.7926*($1 + 33.7167)',
	y = '-50.3141*($2 - 150.878) + -337.863*($1 + 33.7167)',
	image = 'Sydney_AST2001oct12_lrg.jpg'
}