Module:Location map/data/Romania Brasov

From imedwiki
Jump to navigation Jump to search


Location map of Braşov County
name Braşov County
border
coordinates
46.3
24.5 ←↕→ 26.2
45.3
map center 45°48′N 25°21′E / 45.8°N 25.35°E / 45.8; 25.35
image Romania Brasov Location map.GIF
Romania Brasov Location map.GIF


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

Map definition

  • name = Braşov County
    Name used in the default map caption
  • bottom = 45.3
    Latitude at bottom edge of map, in decimal degrees
  • left = 24.5
    Longitude at left edge of map, in decimal degrees
  • right = 26.2
    Longitude at right edge of map, in decimal degrees

Precision

Longitude: from West to East this map definition covers 1.7 degrees.

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Braşov County',
	top = 46.3,
	bottom = 45.3,
	left = 24.5,
	right = 26.2,
	image = 'Romania Brasov Location map.GIF'
}