Module:Location map/data/Pakistan Punjab

From Simple English Wikipedia, the free encyclopedia


Location map of Punjab, Pakistan
name Punjab, Pakistan
border
coordinates
34.2
69.12 ←↕→ 75.57
27.5
map center 30°51′00″N 72°20′42″E / 30.85°N 72.345°E / 30.85; 72.345
image Locator map Punjab Pakistan.svg
image1 Locator map Punjab Pakistan (relief).jpg


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

Map definition

  • bottom = 27.5
    Latitude at bottom edge of map, in decimal degrees
  • left = 69.12
    Longitude at left edge of map, in decimal degrees
  • right = 75.57
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

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

  • At an image width of 200 pixels, that is 0.0322 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.7 degrees.

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

Examples using location map templates

Location map (using default map)

{{Location map | Pakistan Punjab
<!--| caption  = Add caption here-->
| width   = 250
| lat_deg = 31.549722
| lon_deg = 74.343611
| label   = [[Lahore]]
}}

Location map many (using relief map)

{{Location map many | Pakistan Punjab
| relief   = yes
| width    = 250
| caption  = Two locations in [[Punjab, Pakistan]]
| label1   = [[Fort Munro]]
| lat1_deg = 29.925833 
| lon1_deg = 69.983333
| background1 = white
| label2   = [[Murree]]
| lat2_deg = 33.9042 
| lon2_deg = 73.3903
| background2 = white
}}

See also

Location map templates

Creating new map definitions


return {
	name = '[[Punjab, Pakistan]]',
	top = 34.20,
	bottom = 27.50,
	left = 69.12,
	right = 75.57,
	image = 'Locator map Punjab Pakistan.svg',
	image1 = 'Locator map Punjab Pakistan (relief).jpg'
}