Module:Location map/data/Amapá

MyWikiBiz, Author Your Legacy — Tuesday April 16, 2024
Jump to navigationJump to search

Lua error: expandTemplate: template "coord" does not exist.

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

Map definition

  • name = Amapá
    Name used in the default map caption
  • bottom = -1.44
    Latitude at bottom edge of map, in decimal degrees
  • left = -54.96
    Longitude at left edge of map, in decimal degrees
  • right = -49.64
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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

Examples using location map templates

Location map

Template:Location map

{{Location map | Amapá
| width   = 200
| label   = Kumenê
| lat_deg = 3.4881
| lon_deg = -51.4846
}}

Template:Clear

Template:Clear

See also

Location map templates

Creating new map definitions


return {
	name = 'Amapá',
    top  = 4.6,
    bottom = -1.44,
    left   = -54.96,
    right  = -49.64,
    image  = 'Brazil Amapa location map.svg'
}