Difference between revisions of "Module:Location map/data/Amapá"
MyWikiBiz, Author Your Legacy — Friday October 31, 2025
Jump to navigationJump to search|  (Pywikibot 6.4.0) | 
| (No difference) | 
Latest revision as of 23:35, 15 July 2021
Lua error: expandTemplate: template "coord" does not exist.
File:Brazil Amapa location map.svg  
Map of Amapá, Brazil
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
 
- image = Brazil Amapa location map.svg- The default map image, without "Image:" or "File:"
 
- top = 4.6- Latitude at top edge of map, in decimal degrees
 
- 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
{{Location map | Amapá
| width   = 200
| label   = Kumenê
| lat_deg = 3.4881
| lon_deg = -51.4846
}}
See also
Location map templates
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
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'
}
