Module:Location map/data/Nigeria

From Simple English Wikipedia, the free encyclopedia


Location map of Nigeria
name Nigeria
border
coordinates
14
2 ←↕→ 15
4
map center 9°00′N 8°30′E / 9°N 8.5°E / 9; 8.5
image Nigeria location map.svg
image1 Nigeria relief location map.jpg
Map of Nigeria

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

Map definition

  • name = Nigeria
    Name used in the default map caption
  • bottom = 4
    Latitude at bottom edge of map, in decimal degrees
  • left = 2
    Longitude at left edge of map, in decimal degrees
  • right = 15
    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 13 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Abuja is located in Nigeria
Abuja
Abuja
Abuja (Nigeria)
{{Location map | Nigeria
| width   = 250
| lat_deg = 9.07
| lon_deg = 7.48
| label   = Abuja
}}

Location map many, using relief map (image1)

Location map/data/Nigeria is located in Nigeria
Abuja
Abuja
Lagos
Lagos
Two locations in Nigeria
{{Location map many | Nigeria
| relief   = yes
| width    = 250
| caption  = Two locations in Nigeria
| lat1_deg = 9.07
| lon1_deg = 7.48
| label1   = Abuja
| lat2_deg = 6.45
| lon2_deg = 3.39
| label2   = Lagos
}}

Location map+, using AlternativeMap

Location map/data/Nigeria is located in Nigeria
Abuja
Abuja
Lagos
Lagos
Two locations in Nigeria
{{Location map+ | Nigeria
| AlternativeMap = Nigeria relief location map.jpg
| width   = 250
| caption = Two locations in Nigeria
| places  =
  {{Location map~ | Nigeria
  | lat_deg = 9.07
  | lon_deg = 7.48
  | label   = Abuja
  }}
  {{Location map~ | Nigeria
  | lat_deg = 6.45
  | lon_deg = 3.39
  | label   = Lagos
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Nigeria',
	top = 14.0,
	bottom = 4.0,
	left = 2.0,
	right = 15.0,
	image = 'Nigeria location map.svg',
	image1 = 'Nigeria relief location map.jpg'
}