Module:Location map/data/Russia
name | Russia | ||
---|---|---|---|
x | 50.0 + 100.0*(1.17998895761064 - 0.0123530472371397*$1)*sin(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97)) | ||
y | -15.7279772605764 + 2.24618149146451*(95.5220954764086 - $1)*cos(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97)) | ||
image | Russia administrative location map.svg
| ||
400x400px | |||
image1 | Russia rel location map.png
| ||
400x400px |
Module:Location map/data/Russia is a location map definition used to overlay markers and labels on an equidistant conic projection map of Russia. 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 "Russia":
Map definition
name = Russia
- Name used in the default map caption
image = Russia administrative location map.svg
- The default map image, without "Image:" or "File:"
image1 = Russia rel location map.png
- An alternative map image, usually a relief map, which can be displayed via the relief or AlternativeMap parameters
x = 50.0 + 100.0*(1.17998895761064 - 0.0123530472371397*$1)*sin(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97))
- 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 = -15.7279772605764 + 2.24618149146451*(95.5220954764086 - $1)*cos(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97))
- 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
Alternative map
The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:
- Template:Location map#Relief parameter
- Template:Location map+/relief
- Template:Location map#AlternativeMap parameter
- Template:Location map+/AlternativeMap
Examples using location map templates
Location map: Eastern hemisphere, Deg/Min/Sec coordinates
{{Location map | Russia | width = 300 | float = right | caption = Location of [[Moscow]] in Russia | label = Moscow | background = lightblue | position = right | lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N | lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E }}
Location map: Eastern hemisphere, Decimal coordinates
{{Location map | Russia | width = 300 | float = right | caption = Location of [[Moscow]] in Russia | label = Moscow | background = lightblue | position = right | lat = 55.75167 | long = 37.61778 }}
Location map: Western hemisphere, Deg/Min/Sec coordinates, alternative map
{{Location map | Russia | AlternativeMap = Russia rel location map.png | width = 300 | float = right | caption = Location of [[Egvekinot]] in Russia | label = Egvekinot | background = lightgreen | position = left | lat_deg= 66 | lat_min=19 | lat_sec=06 | lat_dir=N | lon_deg=179 | lon_min=07 | lon_sec=24 | lon_dir=W }}
Location map: Western hemisphere, Decimal coordinates, relief map
{{Location map | Russia | relief = yes | width = 300 | float = right | caption = Location of [[Egvekinot]] in Russia | label = Egvekinot | background = lightgreen | position = left | lat = 66.31833 | long = -179.12333 }}
Location map many: Deg/Min/Sec coordinates, alternative map
{{Location map many | Russia | AlternativeMap = Russia rel location map.png | width = 300 | float = right | caption = [[Moscow]] and [[Egvekinot]] in Russia | label = Moscow | label_size = 90 | bg = lightblue | pos = right | lat_deg= 55 | lat_min=45 | lat_sec=06 | lat_dir=N | lon_deg=037 | lon_min=37 | lon_sec=04 | lon_dir=E | label2 = Egvekinot | label2_size = 90 | bg2 = lightgreen | pos2 = left | lat2_deg= 66 | lat2_min=19 | lat2_sec=06 | lat2_dir=N | lon2_deg=179 | lon2_min=07 | lon2_sec=24 | lon2_dir=W }}
Location map many: Decimal coordinates, relief map
{{Location map many | Russia | relief = yes | width = 300 | float = right | caption = [[Moscow]] and [[Egvekinot]] in Russia | label = Moscow | label_size = 90 | bg = lightblue | pos = right | lat = 55.75167 | long = 37.61778 | label2 = Egvekinot | label2_size = 90 | bg2 = lightgreen | pos2 = left | lat2 = 66.31833 | long2 = -179.12333 }}
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 = 'Russia', x = '50.0 + 100.0*(1.17998895761064 - 0.0123530472371397*$1)*sin(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97))', y = '-15.7279772605764 + 2.24618149146451*(95.5220954764086 - $1)*cos(((((cos((49*pi)/180) - cos((59*pi)/180))/(((10*pi)/180)))*pi)/180)*(($2 + ($2<0)*360.0) - 97))', image = 'Russia administrative location map.svg', image1 = 'Russia rel location map.png' }