Module:Location map/data/USA Texas Cooper

From imedwiki
Jump to navigation Jump to search


Location map of Cooper, Texas
name Cooper, Texas
border
coordinates
33.38551
-95.70195 ←↕→ -95.67731
33.36269
map center 33°22′27″N 95°41′23″W / 33.3741°N 95.68963°W / 33.3741; -95.68963
image Map of Cooper Texas OSM.png
Map of Cooper Texas OSM.png


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

Map definition

  • name = Cooper, Texas
    Name used in the default map caption
  • bottom = 33.36269
    Latitude at bottom edge of map, in decimal degrees
  • left = -95.70195
    Longitude at left edge of map, in decimal degrees
  • right = -95.67731
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Cooper, Texas',
	top = 33.38551,
	bottom = 33.36269,
	left = -95.70195,
	right = -95.67731,
	image = 'Map of Cooper Texas OSM.png'
}