Module:Location map/data/Bulgaria

From Simple English Wikipedia, the free encyclopedia


Location map of Bulgaria
name Bulgaria
border
coordinates
44.4
22.1 ←↕→ 28.9
41.1
map center 42°45′N 25°30′E / 42.75°N 25.5°E / 42.75; 25.5
image Bulgaria location map.svg
image1 Relief Map of Bulgaria.jpg
Map of Bulgaria

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

Map definition

  • name = Bulgaria
    Name used in the default map caption
  • bottom = 41.1
    Latitude at bottom edge of map, in decimal degrees
  • left = 22.1
    Longitude at left edge of map, in decimal degrees
  • right = 28.9
    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 6.8 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Sofia is located in Bulgaria
Sofia
Sofia
Sofia (Bulgaria)
{{Location map | Bulgaria
| width   = 250
| label   = Sofia
| lat_deg = 42.7
| lon_deg = 23.33
}}

Location map many, using relief map (image1)

Location map/data/Bulgaria is located in Bulgaria
Sofia
Sofia
Varna
Varna
Two locations in Bulgaria
{{Location map many | Bulgaria
| relief   = yes
| width    = 250
| caption  = Two locations in Bulgaria
| label1   = Sofia
| lat1_deg = 42.7
| lon1_deg = 23.33
| label2   = Varna
| lat2_deg = 43.217
| lon2_deg = 27.917
}}

Location map+, using AlternativeMap

Location map/data/Bulgaria is located in Bulgaria
Sofia
Sofia
Varna
Varna
Two locations in Bulgaria
{{Location map+ | Bulgaria
| AlternativeMap = Relief Map of Bulgaria.jpg
| width   = 250
| caption = Two locations in Bulgaria
| places  =
  {{Location map~ | Bulgaria
  | label   = Sofia
  | lat_deg = 42.7
  | lon_deg = 23.33
  }}
  {{Location map~ | Bulgaria
  | label   = Varna
  | lat_deg = 43.217
  | lon_deg = 27.917
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Bulgaria',
	top = 44.4,
	bottom = 41.1,
	left = 22.1,
	right = 28.9,
	image = 'Bulgaria location map.svg',
	image1 = 'Relief Map of Bulgaria.jpg'
}