Module:Location map/data/Canada Nunavut
From HandWiki
< Module:Location map
Revision as of 13:18, 11 March 2018 by imported>Plastikspork (Protected "Module:Location map/data/Canada Nunavut" ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite)))
name | Nunavut | ||
---|---|---|---|
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))) * 203.4587996 - 47.6093591 | ||
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))) * 180.6240918 - 0.1806684734 | ||
image | Location map Nunavut 2.png
| ||
Module:Location map/data/Canada Nunavut is a location map definition used to overlay markers and labels on an equirectangular projection map of Nunavut. 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 Nunavut":
{{Location map|Canada Nunavut |...}}
{{Location map many|Canada Nunavut |...}}
{{Location map+|Canada Nunavut |...}}
{{Location map~|Canada Nunavut |...}}
Map definition
name = Nunavut
- Name used in the default map caption
image = Location map Nunavut 2.png
- The default map image, without "Image:" or "File:"
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))) * 203.4587996 - 47.6093591
- 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))) * 180.6240918 - 0.1806684734
- 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
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
Creating new map definitions
return { name = 'Nunavut', 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))) * 203.4587996 - 47.6093591', 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))) * 180.6240918 - 0.1806684734', image = 'Location map Nunavut 2.png' }