Модул:Location map/data/Македонија


Location map of Македонија
name Македонија
border
coordinates
42.5
20.3 ←↕→ 23.2
40.7
map center 41°36′N 21°45′E / 41.6° СГШ; 21.75° ИГД / 41.6; 21.75
image Macedonia location map.svg
image1 Macedonia relief location map.jpg
Map of the Republic of Macedonia

Модул:Location map/data/Македонија is a location map definition used to overlay markers and labels on an equirectangular projection map of Македонија. 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 "Македонија":

Map definition

  • name = Македонија
    Name used in the default map caption
  • bottom = 40.7
    Latitude at bottom edge of map, in decimal degrees
  • left = 20.3
    Longitude at left edge of map, in decimal degrees
  • right = 23.2
    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 2.9 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Грешка во Lua во Модул:Location_map, ред 522: Unable to find the specified location map definition: "Module:Location map/data/Macedonia" does not exist

{{Location map | Macedonia
| width   = 250
| lat_deg = 42.00
| lon_deg = 21.43
| label   = Skopje
}}

Location map many, using relief map (image1)

Грешка во Lua во Модул:Location_map/multi, ред 143: Unable to find the specified location map definition: "Module:Location map/data/Macedonia" does not exist

{{Location map many | Macedonia
| relief   = yes
| width    = 250
| caption  = Two locations in the Republic of Macedonia 
| lat1_deg = 42.00
| lon1_deg = 21.43
| label1   = Skopje
| lat2_deg = 41.13
| lon2_deg = 22.40
| label2   = Gevgelija
}}

Location map+, using AlternativeMap

Грешка во Lua во Модул:Location_map/multi, ред 27: Unable to find the specified location map definition: "Module:Location map/data/Macedonia" does not exist

{{Location map+ | Macedonia
| AlternativeMap = Macedonia relief location map.jpg
| width   = 250
| caption = Two locations in the Republic of Macedonia 
| places  =
  {{Location map~ | Macedonia
  | lat_deg = 42.00
  | lon_deg = 21.43
  | label   = Skopje
  }}
  {{Location map~ | Macedonia
  | lat_deg = 41.13
  | lon_deg = 22.40
  | label   = Gevgelija
  }}
}}

See also

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

Предлошка:Location map/doc/See also infobox templates


return {
	name = 'Македонија',
	top = 42.5,
	bottom = 40.7,
	left = 20.3,
	right = 23.2,
	image = 'Macedonia location map.svg',
	image1 = 'Macedonia relief location map.jpg'
}