Module:Location map/data/Vietnam

From Simple English Wikipedia, the free encyclopedia


Location map of Vietnam
name Vietnam
border
coordinates
24
101.8 ←↕→ 110.3
8
map center 16°00′N 106°03′E / 16°N 106.05°E / 16; 106.05
image Vietnam location map.svg
image1 Vietnam relief location map.jpg
Map of Vietnam

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

Map definition

  • name = Vietnam
    Name used in the default map caption
  • bottom = 8
    Latitude at bottom edge of map, in decimal degrees
  • left = 101.8
    Longitude at left edge of map, in decimal degrees
  • right = 110.3
    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 8.5 degrees.

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

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

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

Examples using location map templates

Location map, using default map (image)

Hanoi is located in Vietnam
Hanoi
Hanoi
Hanoi (Vietnam)
{{Location map | Vietnam
| width   = 130
| lat_deg = 21.03
| lon_deg = 105.85
| label   = Hanoi
}}

Location map many, using relief map (image1)

Location map/data/Vietnam is located in Vietnam
Hanoi
Hanoi
Ho Chi Minh City
Ho Chi Minh City
Two locations in Vietnam
{{Location map many | Vietnam
| relief   = yes
| width    = 130
| caption  = Two locations in Vietnam
| lat1_deg = 21.03
| lon1_deg = 105.85
| label1   = Hanoi
| lat2_deg = 10.77
| lon2_deg = 106.68
| label2   = Ho Chi Minh City
| pos2     = bottom
}}

Location map+, using AlternativeMap

Location map/data/Vietnam is located in Vietnam
Hanoi
Hanoi
Ho Chi Minh City
Ho Chi Minh City
Two locations in Vietnam
{{Location map+ | Vietnam
| AlternativeMap = Vietnam relief location map.jpg
| width   = 130
| caption = Two locations in Vietnam
| places  =
  {{Location map~ | Vietnam
  | lat_deg  = 21.03
  | lon_deg  = 105.85
  | label    = Hanoi
  }}
  {{Location map~ | Vietnam
  | lat_deg  = 10.77
  | lon_deg  = 106.68
  | label    = Ho Chi Minh City
  | position = bottom
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Vietnam',
	top = 24,
	bottom = 8,
	left = 101.8,
	right = 110.3,
	image = 'Vietnam location map.svg',
	image1 = 'Vietnam relief location map.jpg'
}