Module:Location map/data/Bangladesh Dhaka

From HandWiki
< Module:Location map
Revision as of 01:12, 24 February 2019 by imported>94rain (Sorry , did on wrong project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Location map of Dhaka
name Dhaka
border
coordinates
23.92
90.27 ←↕→ 90.505
23.66
map center [ ⚑ ] 23°47′24″N 90°23′15″E / 23.79°N 90.3875°E / 23.79; 90.3875
image ঢাকা শহরের মানচিত্র.png
ঢাকা শহরের মানচিত্র.png


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

Map definition

  • name = Dhaka
    Name used in the default map caption
  • bottom = 23.66
    Latitude at bottom edge of map, in decimal degrees
  • left = 90.27
    Longitude at left edge of map, in decimal degrees
  • right = 90.505
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Dhaka',
	top = 23.92,
	bottom = 23.66,
	left = 90.27,
	right = 90.505,
	image = 'ঢাকা শহরের মানচিত্র.png'
}