Difference between revisions of "Module:Location map/data/Ilam Iran"

From blackwiki
Jump to navigation Jump to search
blackwiki>Milad2017
(Created page with 'return { name = 'Ilam Province', top = 34.4, bottom = 31.7, left = 44.9, right = 48.8, image = 'Ilam Province, Iran location map.svg', }')
 
blackwiki>Milad2017
Line 1: Line 1:
 
return {
 
return {
 
name = 'Ilam Province',
 
name = 'Ilam Province',
top = 34.4,
+
top = 34.26,
bottom = 31.7,
+
bottom = 31.92,
left = 44.9,
+
left = 45.36,
right = 48.8,
+
right = 48.51,
 
image = 'Ilam Province, Iran location map.svg',
 
image = 'Ilam Province, Iran location map.svg',
 
}
 
}

Revision as of 16:47, 8 July 2019


Location map of Ilam Province
name Ilam Province
border
coordinates
34.26
45.36 ←↕→ 48.51
31.92
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Ilam Province, Iran location map.svg
Ilam Province, Iran location map.svg


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

Map definition

  • name = Ilam Province
    Name used in the default map caption
  • bottom = 31.92
    Latitude at bottom edge of map, in decimal degrees
  • left = 45.36
    Longitude at left edge of map, in decimal degrees
  • right = 48.51
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Ilam Province',
	top = 34.26,
	bottom = 31.92,
	left = 45.36,
	right = 48.51,
	image = 'Ilam Province, Iran location map.svg',
}