Module:Location map/data/Japan Greater Tokyo area
< Module:Location map
Jump to navigation
Jump to search
Revision as of 23:59, 3 January 2018 by blackwiki>Frietjes (better image, will fix transformation shortly)
| 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*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(-29.255779568883646+0.210759689390211*$2)) | ||
| y | 100*((1 - 1*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(8.468996801400250-0.229651582700183*$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.
Contents
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*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(-29.255779568883646+0.210759689390211*$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*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(8.468996801400250-0.229651582700183*$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
Location map/data/Japan Greater Tokyo area (Japan)
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*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($2-128.24)/(149.27-128.24)+($1<=30.90)*($2-110.43)/(131.44-110.43)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(-29.255779568883646+0.210759689390211*$2))',
y = '100*((1 - 1*(($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93)))*(($1>30.90)*($1-45.86)/(30.02-45.86)+($1<=30.90)*($1-39.54)/(23.71-39.54)) + (($1 < 36.75)*($1 > 35.07)*($2 < 140.94)*($2 > 138.93))*(8.468996801400250-0.229651582700183*$1))',
image = 'Japan location map with Tokyo Greater Area Inset.svg'
}