Module:Location map/data/Italy Apulia

Mula sa Wikipedia, ang malayang ensiklopedya
Dokumentasyon sa module [tingnan] [baguhin] [nakaraan] [purga]
Location map of Apulia
name Apulia
border
coordinates
42.3411166
14.8371361 ←↕→ 18.6487416
39.6776305
map center 41°00′34″N 16°44′35″E / 41.00937355°N 16.74293885°E / 41.00937355; 16.74293885
image Italy Apulia location map.svg


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

Map definition

  • name = Apulia
    Name used in the default map caption
  • bottom = 39.6776305
    Latitude at bottom edge of map, in decimal degrees
  • left = 14.8371361
    Longitude at left edge of map, in decimal degrees
  • right = 18.6487416
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions

return {
	name = 'Apulia',
	top = 42.3411166,
	bottom = 39.6776305,
	left = 14.8371361,
	right = 18.6487416,
	image = 'Italy Apulia location map.svg'
}