Module:Location map/data/China Jiangsu

Mula sa Wikipedia, ang malayang ensiklopedya
Dokumentasyon sa module [tingnan] [baguhin] [nakaraan] [purga]
Location map of Jiangsu
name Jiangsu
border
coordinates
35.3
116.2 ←↕→ 122
30.6
map center 32°57′N 119°06′E / 32.95°N 119.1°E / 32.95; 119.1
image China Jiangsu adm location map.svg


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

Map definition

  • name = Jiangsu
    Name used in the default map caption
  • bottom = 30.6
    Latitude at bottom edge of map, in decimal degrees
  • left = 116.2
    Longitude at left edge of map, in decimal degrees
  • right = 122
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions

return {
	name = 'Jiangsu',
	top = 35.3,
	bottom = 30.6,
	left = 116.2,
	right = 122,
	image = 'China Jiangsu adm location map.svg'
}