Module:Location map/data/Ukraine Odessa Oblast

From blackwiki
< Module:Location map
Revision as of 18:25, 6 April 2018 by blackwiki>Frietjes (created from Template:Location map Ukraine Odessa Oblast, earlier edit history will be saved in Module:Location map/data/Ukraine Odessa Oblast/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Location map of Odessa Oblast
name Odessa Oblast
border
coordinates
48.2833333
28.0833333 ←↕→ 31.6333333
45.1333333
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Odessa province location map.svg
Odessa province location map.svg
image1 [[:File:Odessa province physical map.svg |Odessa province physical map.svg ]]
[[File:Odessa province physical map.svg |400x400px]]


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

Map definition

  • name = Odessa Oblast
    Name used in the default map caption
  • image = Odessa province location map.svg
    The default map image, without "Image:" or "File:"
  • image1 = [[:File:Odessa province physical map.svg |Odessa province physical map.svg ]]
    An alternative map image, usually a relief map, which can be displayed via the relief or AlternativeMap parameters
  • top = 48.2833333
    Latitude at top edge of map, in decimal degrees
  • bottom = 45.1333333
    Latitude at bottom edge of map, in decimal degrees
  • left = 28.0833333
    Longitude at left edge of map, in decimal degrees
  • right = 31.6333333
    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 3.55 degrees.

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Odessa Oblast',
	top = 48.2833333,
	bottom = 45.1333333,
	left = 28.0833333,
	right = 31.6333333,
	image = 'Odessa province location map.svg',
	image1 = 'Odessa province physical map.svg	'
}