Module:Location map/data/Nigeria/doc

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search


Location map of Nigeria
name Nigeria
border
coordinates
14
2 ←↕→ 15
4
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Nigeria location map.svg
image1 Nigeria relief location map.jpg
Error creating thumbnail:
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)

{{Location map | Nigeria
| width   = 250
| lat_deg = 9.07
| lon_deg = 7.48
| label   = Abuja
}}

Location map many, using relief map (image1)

{{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+ | 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