Module:Location map/data/Japan Greater Tokyo area
Jump to navigation
Jump to search
This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
name | Japan | ||
---|---|---|---|
x | 100*((1 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(-17.268750081722320+0.125574269647386*$2)) | ||
y | 100*((1 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(6.236163807016558-0.167329713040236*$1)) | ||
image | Japan location map with Tokyo Greater Area Inset.svg
| ||
Module:Location map/data/Japan Greater Tokyo area is a location map definition used to overlay markers and labels on an equirectangular projection map of Japan. 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 "Japan Greater Tokyo area":
{{Location map|Japan Greater Tokyo area |...}}
{{Location map many|Japan Greater Tokyo area |...}}
{{Location map+|Japan Greater Tokyo area |...}}
{{Location map~|Japan Greater Tokyo area |...}}
Map definition
name = Japan
- Name used in the default map caption
image = Japan location map with Tokyo Greater Area Inset.svg
- The default map image, without "Image:" or "File:"
x = 100*((1 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(-17.268750081722320+0.125574269647386*$2))
- 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 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(6.236163807016558-0.167329713040236*$1))
- 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
See also
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 = 'Japan',
x = '100*((1 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(-17.268750081722320+0.125574269647386*$2))',
y = '100*((1 - ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + ($1 < 37.2559)*($1 > 34.3878)*($2 < 141.047)*($2 > 137.619)*(6.236163807016558-0.167329713040236*$1))',
image = 'Japan location map with Tokyo Greater Area Inset.svg'
}