Module:Location map/data/Australia Sydney satellite

From blackwiki
< Module:Location map
Revision as of 23:55, 19 December 2016 by blackwiki>Frietjes (adjust)
Jump to navigation Jump to search
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',
	type = 'polar',
	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'
}