Difference between revisions of "Module:Location map/data/China Shanxi"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
 
blackwiki>Xyklone
Line 1: Line 1:
 
return {
 
return {
 
name = 'Shanxi',
 
name = 'Shanxi',
top = 40.83,
+
top = 40.9,
bottom = 34.49,
+
bottom = 34.5,
left = 109.78,
+
left = 109.6,
right = 114.78,
+
right = 115,
image = 'Location map China Shanxi.png'
+
image = 'China Shanxi adm location map.svg'
 
}
 
}

Revision as of 23:11, 9 February 2020


Location map of Shanxi
name Shanxi
border
coordinates
40.9
109.6 ←↕→ 115
34.5
map center Lua error: callParserFunction: function "#coordinates" was not found.
image China Shanxi adm location map.svg
China Shanxi adm location map.svg


Module:Location map/data/China Shanxi is a location map definition used to overlay markers and labels on an equirectangular projection map of Shanxi. 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 "China Shanxi":

Map definition

  • name = Shanxi
    Name used in the default map caption
  • bottom = 34.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 109.6
    Longitude at left edge of map, in decimal degrees
  • right = 115
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Shanxi',
	top = 40.9,
	bottom = 34.5,
	left = 109.6,
	right = 115,
	image = 'China Shanxi adm location map.svg'
}