Module:Location map/data/Ecuador

विकिपीडिया से
Location map of Ecuador
name Ecuador
border
coordinates
1.7
-81.5 ←↕→ -75
-5.3
map center 1°48′S 78°15′W / 1.8°S 78.25°W / -1.8; -78.25
image Ecuador location map.svg
image1 Equador physical map.svg
Map of Ecuador

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

Map definition

  • name = Ecuador
    Name used in the default map caption
  • bottom = -5.3
    Latitude at bottom edge of map, in decimal degrees
  • left = -81.5
    Longitude at left edge of map, in decimal degrees
  • right = -75
    Longitude at right edge of map, in decimal degrees

Alternative map

The map defined as image1 (Equador physical map.svg) 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 6.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Quito is located in Ecuador
Quito
Quito
Quito (Ecuador)
{{Location map | Ecuador
| width   = 250
| lat_deg = -0.25
| lon_deg = -78.58
| label   = Quito
}}

Location map many, using relief map (image1)

Location map/data/Ecuador is located in Ecuador
Quito
Quito
Guayaquil
Guayaquil
Esmeraldas
Esmeraldas
Three locations in Ecuador
{{Location map many | Ecuador
| relief   = yes
| width    = 250
| caption  = Three locations in Ecuador
| lat1_deg = -0.25
| lon1_deg = -78.58
| label1   = Quito
| lat2_deg = -2.18
| lon2_deg = -79.88
| label2   = Guayaquil
| lat3_deg = 0.95
| lon3_deg = -79.67
| label3   = Esmeraldas
}}

Location map+, using AlternativeMap

Location map/data/Ecuador is located in Ecuador
Quito
Quito
Guayaquil
Guayaquil
Esmeraldas
Esmeraldas
Three locations in Ecuador
{{Location map+ | Ecuador
| AlternativeMap = Equador physical map.svg
| width   = 250
| caption = Three locations in Ecuador
| places  =
  {{Location map~ | Ecuador
  | lat_deg = -0.25
  | lon_deg = -78.58
  | label   = Quito
  }}
  {{Location map~ | Ecuador
  | lat_deg = -2.18
  | lon_deg = -79.88
  | label   = Guayaquil
  }}
  {{Location map~ | Ecuador
  | lat_deg = 0.95
  | lon_deg = -79.67
  | label   = Esmeraldas
  }}
}}

See also

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

return {
	name = 'Ecuador',
	top = 1.7,
	bottom = -5.3,
	left = -81.5,
	right = -75.0,
	image = 'Ecuador location map.svg',
	image1 = 'Equador physical map.svg'
}