Module:Location map/data/Iceland

विकिपीडिया से
Location map of आइसलैंड
name आइसलैंड
border
coordinates
66.8
-25 ←↕→ -13
63.1
map center 64°57′N 19°00′W / 64.95°N 19°W / 64.95; -19
image Iceland adm location map.svg
image1 Iceland relief map.jpg
Map of Iceland

Module:Location map/data/Iceland is a location map definition used to overlay markers and labels on an equirectangular projection map of आइसलैंड. 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 "Iceland":

Map definition

  • name = आइसलैंड
    Name used in the default map caption
  • bottom = 63.1
    Latitude at bottom edge of map, in decimal degrees
  • left = -25
    Longitude at left edge of map, in decimal degrees
  • right = -13
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Iceland relief map.jpg) can be displayed by using the relief or AlternativeMap parameters in {{Location map}}, {{Location map many}} and {{Location map+}}. The use of these two parameters is shown in the examples below. Additional examples can be found at:

Precision

देशांतर (Longitude): from West to East this map definition covers 12 degrees.

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

अक्षांस (Latitude): from North to South this map definition covers 3.7 degrees.

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

Examples using location map templates

Location map, using default map (image)

Reykjavík is located in आइसलैंड
Reykjavík
Reykjavík
Reykjavík (आइसलैंड)
{{Location map | Iceland
| width   = 250
| lat_deg = 64.13
| lon_deg = -21.93
| label   = Reykjavík
}}

Location map many, using relief map (image1)

Location map/data/Iceland is located in आइसलैंड
Reykjavík
Reykjavík
Ísafjörður
Ísafjörður
Höfn
Höfn
Three locations in Iceland
{{Location map many | Iceland
| relief   = yes
| width    = 250
| caption  = Three locations in Iceland
| lat1_deg = 64.13
| lon1_deg = -21.93
| label1   = Reykjavík
| lat2_deg = 66.076
| lon2_deg = -23.127
| label2   = Ísafjörður
| lat3_deg = 64.25
| lon3_deg = -15.217
| label3   = Höfn
}}

Location map+, using AlternativeMap

Location map/data/Iceland is located in आइसलैंड
Reykjavík
Reykjavík
Ísafjörður
Ísafjörður
Höfn
Höfn
Three locations in Iceland
{{Location map+ | Iceland
| AlternativeMap = Iceland relief map.jpg
| width   = 250
| caption = Three locations in Iceland
| places  =
  {{Location map~ | Iceland
  | lat_deg = 64.13
  | lon_deg = -21.93
  | label   = Reykjavík
  }}
  {{Location map~ | Iceland
  | lat_deg = 66.076
  | lon_deg = -23.127
  | label   = Ísafjörður
  }}
  {{Location map~ | Iceland
  | lat_deg = 64.25
  | lon_deg = -15.217
  | label   = Höfn
  }}
}}

See also

Location map templates
Infobox templates incorporating (passing values to) the Location map template

return {
	name = 'आइसलैंड',
	top = 66.8,
	bottom = 63.1,
	left = -25.0,
	right = -13.0,
	image = 'Iceland adm location map.svg',
	image1 = 'Iceland relief map.jpg'
}