Module:Location map/data/Portugal Azores Graciosa

From blackwiki
< Module:Location map
Revision as of 19:34, 5 April 2018 by blackwiki>Frietjes (adjust)
Jump to navigation Jump to search
Location map of Graciosa
name Graciosa
border
coordinates
39.092406483368
-28.080816171714 ←↕→ -27.912515128633
39.037466868625
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Locator map Azores Graciosa.png
Locator map Azores Graciosa.png


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

Map definition

  • name = Graciosa
    Name used in the default map caption
  • bottom = 39.037466868625
    Latitude at bottom edge of map, in decimal degrees
  • left = -28.080816171714
    Longitude at left edge of map, in decimal degrees
  • right = -27.912515128633
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Graciosa',
	top    = 39.092406483368208,
	bottom = 39.037466868625323,
	left   =-28.080816171714389,
	right  =-27.912515128632538,
	image = 'Locator map Azores Graciosa.png'
}