Module:Location map/data/Libya

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.

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

Map definition

  • name = Libya
    Name used in the default map caption
  • bottom = 19.1
    Latitude at bottom edge of map, in decimal degrees
  • left = 9.1
    Longitude at left edge of map, in decimal degrees
  • right = 25.5
    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 16.4 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Template:Location map

{{Location map | Libya
| width   = 250
| lat_deg = 32.902
| lon_deg = 13.186
| label   = Tripoli
}}

Template:Clear

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Libya
| relief   = yes
| width    = 250
| caption  = Two locations in Libya
| lat1_deg = 32.902
| lon1_deg = 13.186
| label1   = Tripoli
| lat2_deg = 24.217
| lon2_deg = 23.3
| label2   = Al Jawf
}}

Template:Clear

Location map+, using AlternativeMap

Template:Location map+

{{Location map+ | Libya
| AlternativeMap = Libya relief location map.jpg
| width   = 250
| caption = Two locations in Libya
| places  =
  {{Location map~ | Libya
  | lat_deg = 32.902
  | lon_deg = 13.186
  | label   = Tripoli
  }}
  {{Location map~ | Libya
  | lat_deg = 24.217
  | lon_deg = 23.3
  | label   = Al Jawf
  }}
}}

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Libya',
	top = 33.4,
	bottom = 19.1,
	left = 9.1,
	right = 25.5,
	image = 'Libya location map.svg',
	image1 = 'Libya relief location map.jpg'
}