Module:Location map/data/Japan Kanto Chubu Kansai

From blackwiki
Jump to navigation Jump to search
Location map of Central Japan
name Central Japan
border
coordinates
37.54
134.25 ←↕→ 140.88
33.43
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Japan location map zoom central.png
Japan location map zoom central.png

Template:Multiple image

Module:Location map/data/Japan Kanto Chubu Kansai is a location map definition used to overlay markers and labels on an equirectangular projection map of Kanto, Chūbu, and Kansai regions. 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 Kanto Chubu Kansai":

Map definition

  • name = Central Japan
    Name used in the default map caption
  • bottom = 33.43
    Latitude at bottom edge of map, in decimal degrees
  • left = 134.25
    Longitude at left edge of map, in decimal degrees
  • right = 140.88
    Longitude at right edge of map, in decimal degrees

Precision

Longitude: from West to East this map definition covers 6.63 degrees.

  • At an image width of 200 pixels, that is 0.0332 degrees per pixel.
  • At an image width of 1000 pixels, that is 0.0066 degrees per pixel.

Latitude: from North to South this map definition covers 4.11 degrees.

  • At an image height of 200 pixels, that is 0.0206 degrees per pixel.
  • At an image height of 1000 pixels, that is 0.0041 degrees per pixel.

Examples using location map templates

Location map/data/Japan Kanto Chubu Kansai is located in Central JapanLua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.
Map with pins on some prefecture corner points

See also

Location map templates

Creating new map definitions


return {
	name = 'Central Japan',
	top = 37.54,
	bottom = 33.43,
	left = 134.25,
	right = 140.88,
	image = 'Japan location map zoom central.png'
}