Module:Location map/data/Visayas

From imedwiki
Jump to navigation Jump to search
Location map of Visayas
name Visayas
border
coordinates
13.24
121.49 ←↕→ 126.2
8.61
map center 10°55′30″N 123°50′42″E / 10.925°N 123.845°E / 10.925; 123.845
image Philippines location map (Visayas).svg
Philippines location map (Visayas).svg
image1 Philippines relief location map (Visayas).svg
Philippines relief location map (Visayas).svg
Map of Visayas

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

Map definition

  • name = Visayas
    Name used in the default map caption
  • bottom = 8.61
    Latitude at bottom edge of map, in decimal degrees
  • left = 121.49
    Longitude at left edge of map, in decimal degrees
  • right = 126.2
    Longitude at right edge of map, in decimal degrees

Alternative map

The {{Location map}}, {{Location map many}}, and {{Location map+}} templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples may be found below or in the following:

Precision

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

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

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

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

Examples using location map templates

Location map, using default map (image)

Tacloban is located in Visayas
Tacloban
Tacloban
Tacloban (Visayas)
{{Location map | Visayas
| width   = 200
| lat_deg = 11.24
| lon_deg = 125
| label   = Tacloban
}}

Location map many, using relief map (image1)

Template:Location map many

{{Location map many | Visayas
| relief   = yes
| width    = 200
| caption  = Select cities in Visayas
| lat1_deg = 11.24
| lon1_deg = 125
| label1   = Tacloban
| lat2_deg = 10.61
| lon2_deg = 122.95
| label2   = Bacolod
}}

Location map+, using AlternativeMap

Location map/data/Visayas is located in Visayas
Tacloban
Tacloban
Bacolod
Bacolod
Select cities in Visayas
{{Location map+ | Visayas
| AlternativeMap = Philippines relief location map (Luzon).svg
| width   = 200
| caption = Select cities in Visayas
| places  =
  {{Location map~ | Visayas
  | lat_deg = 11.24
  | lon_deg = 125
  | label   = Tacloban
  }}
  {{Location map~ | Visayas
  | lat_deg = 10.67
  | lon_deg = 122.95
  | label   = Bacolod
  }}
}}

See also

Location map templates

Creating new map definitions



return {
	name = 'Visayas',
	top = 13.24,
	bottom = 8.61,
	left = 121.49,
	right = 126.20,
	image = 'Philippines location map (Visayas).svg',
	image1 = 'Philippines relief location map (Visayas).svg'
}