Module:Location map/data/Bangladesh Dhaka division

From imedwiki
Jump to navigation Jump to search
Location map of Dhaka division
name Dhaka division
border
coordinates
24.86
89.245 ←↕→ 91.303
22.75
map center 23°48′18″N 90°16′26″E / 23.805°N 90.274°E / 23.805; 90.274
image Bangladesh Dhaka division location map.svg
Bangladesh Dhaka division location map.svg


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

Map definition

  • name = Dhaka division
    Name used in the default map caption
  • bottom = 22.75
    Latitude at bottom edge of map, in decimal degrees
  • left = 89.245
    Longitude at left edge of map, in decimal degrees
  • right = 91.303
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Dhaka division',
	bottom = 22.75,
	top = 24.86,
	left = 89.245,
	right = 91.303,
	image = 'Bangladesh Dhaka division location map.svg'
}