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

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
 
blackwiki>Xyklone
Line 5: Line 5:
 
left = 113.4652,
 
left = 113.4652,
 
right = 119.8539,
 
right = 119.8539,
image = 'Location map for Hebei.png'
+
image = 'China Hebei adm location map.svg'
 
}
 
}

Revision as of 03:51, 21 January 2020


Location map of Hebei
name Hebei
border
coordinates
42.6196
113.4652 ←↕→ 119.8539
36.0499
map center Lua error: callParserFunction: function "#coordinates" was not found.
image China Hebei adm location map.svg
China Hebei adm location map.svg


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

Map definition

  • name = Hebei
    Name used in the default map caption
  • bottom = 36.0499
    Latitude at bottom edge of map, in decimal degrees
  • left = 113.4652
    Longitude at left edge of map, in decimal degrees
  • right = 119.8539
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Hebei',
	top = 42.6196,
	bottom = 36.0499,
	left = 113.4652,
	right = 119.8539,
	image = 'China Hebei adm location map.svg'
}