Module:Location map/data/United Kingdom Anguilla
MyWikiBiz, Author Your Legacy — Monday November 03, 2025
Jump to navigationJump to searchLua error: expandTemplate: template "coord" does not exist.
File:Anguilla-CIA WFB Map.png
Map of Anguilla
Module:Location map/data/United Kingdom Anguilla is a location map definition used to overlay markers and labels on an equirectangular projection map of Anguilla. 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 "United Kingdom Anguilla":
Map definition
name = Anguilla- Name used in the default map caption
image = Anguilla location map.svg- The default map image, without "Image:" or "File:"
top = 18.62- Latitude at top edge of map, in decimal degrees
bottom = 18.14- Latitude at bottom edge of map, in decimal degrees
left = -63.46- Longitude at left edge of map, in decimal degrees
right = -62.9- Longitude at right edge of map, in decimal degrees
Precision
Longitude: from West to East this map definition covers 0.56 degrees.
- At an image width of 200 pixels, that is 0.0028 degrees per pixel.
- At an image width of 1000 pixels, that is 0.0006 degrees per pixel.
Latitude: from North to South this map definition covers 0.48 degrees.
- At an image height of 200 pixels, that is 0.0024 degrees per pixel.
- At an image height of 1000 pixels, that is 0.0005 degrees per pixel.
Examples using location map templates
Location map
{{Location map | United Kingdom Anguilla
| width = 250
| lat_deg = 18.221
| lon_deg = -63.052
| label = The Valley
}}
Location map many
{{Location map many | United Kingdom Anguilla
| width = 250
| caption = Two locations in Anguilla
| lat1_deg = 18.221
| lon1_deg = -63.052
| label1 = The Valley
| pos1 = top
| lat2_deg = 18.278
| lon2_deg = -63.253
| label2 = Dog Island
| pos2 = bottom
| mark2 = Red circle 50%.svg
| mark2size = 20
}}
Location map+
{{Location map+ | United Kingdom Anguilla
| width = 250
| caption = Two locations in Anguilla
| places =
{{Location map~ | United Kingdom Anguilla
| lat_deg = 18.221
| lon_deg = -63.052
| label = The Valley
| position = top
}}
{{Location map~ | United Kingdom Anguilla
| lat_deg = 18.278
| lon_deg = -63.253
| label = Dog Island
| position = bottom
| mark = Red circle 50%.svg
| marksize = 20
}}
}}
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 = 'Anguilla',
top = 18.62,
bottom = 18.14,
left = -63.46,
right = -62.90,
image = 'Anguilla location map.svg'
}