Module:Location map/data/North Pacific

From blackwiki
< Module:Location map
Revision as of 12:47, 22 March 2018 by blackwiki>Frietjes (created from Template:Location map North Pacific, edit history will be saved in Module:Location map/data/North Pacific/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of North Pacific
name North Pacific
x 100*(($2 + ($2 < 0)*360) - 102)/(-123 - 102+360)
y (100*($1 - 77))/(-5 - 77)
image North Pacific location map.svg
File:North Pacific location map.svg


Module:Location map/data/North Pacific is a location map definition used to overlay markers and labels on an equirectangular projection map of North Pacific . 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 "North Pacific":

Map definition

  • name = North Pacific
    Name used in the default map caption
  • x = 100*(($2 + ($2 < 0)*360) - 102)/(-123 - 102+360)
    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 = (100*($1 - 77))/(-5 - 77)
    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


Examples using location map templates

US Air Force Installations in the Pacific CommandLua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.
US Air Force Installations in the Pacific Command

See also

Location map templates

Creating new map definitions


return {
	name = 'North Pacific ',
	y = '(100*($1 - 77))/(-5 - 77)',
	x = '100*(($2 + ($2 < 0)*360) - 102)/(-123 - 102+360)',
	image = 'North Pacific location map.svg'
}