Difference between revisions of "Module:Location map/data/Canada Western"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
(Created from "Template:Location map Western Canada", which was created by me on 14:48, 18 April 2014‎ UTC)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 06:33, 27 September 2020


Location map of Western Canada
name Western Canada
x (( 0.43865313653137 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*($2 + 94.94)*( 0.0089116793548638 - 0.000000361163*($2 + 94.94)*($2 + 94.94)))*1048 - 1)/555*100
y ((-0.14714022140221 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*( 0.57149446494465 - 0.000069482763*($2 + 94.94)*($2 + 94.94)))*920*1.17826087 - 354)/455*100
image Western Canada location map.svg
Western Canada location map.svg


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

Map definition

  • name = Western Canada
    Name used in the default map caption
  • x = (( 0.43865313653137 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*($2 + 94.94)*( 0.0089116793548638 - 0.000000361163*($2 + 94.94)*($2 + 94.94)))*1048 - 1)/555*100
    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 = ((-0.14714022140221 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*( 0.57149446494465 - 0.000069482763*($2 + 94.94)*($2 + 94.94)))*920*1.17826087 - 354)/455*100
    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 = 'Western Canada',
	x = '(( 0.43865313653137 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*($2 + 94.94)*( 0.0089116793548638 - 0.000000361163*($2 + 94.94)*($2 + 94.94)))*1048 - 1)/555*100',
	y = '((-0.14714022140221 + (1 - ($1 - 63.31)*(0.034717103369757 + 0.000003525145*($1 - 63.31)*($1 - 63.31)))*( 0.57149446494465 - 0.000069482763*($2 + 94.94)*($2 + 94.94)))*920*1.17826087 - 354)/455*100',
	image = 'Western Canada location map.svg'
}