Module:Location map/data/Philippines Nueva Ecija

From imedwiki
Jump to navigation Jump to search


Location map of Nueva Ecija
name Nueva Ecija
border
coordinates
16.175923
120.46598 ←↕→ 121.5401
15.142342
map center 15°39′33″N 121°00′11″E / 15.6591325°N 121.00304°E / 15.6591325; 121.00304
image Philippines Nueva Ecija location map.svg
Philippines Nueva Ecija location map.svg
image1 Philippines Nueva Ecija relief location map.svg
Philippines Nueva Ecija relief location map.svg


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

Map definition

  • name = Nueva Ecija
    Name used in the default map caption
  • bottom = 15.142342
    Latitude at bottom edge of map, in decimal degrees
  • left = 120.46598
    Longitude at left edge of map, in decimal degrees
  • right = 121.5401
    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 1.0741 degrees.

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

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

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

Examples using location map templates

Location map

Palayan is located in Nueva Ecija
Palayan
Palayan
Palayan (Nueva Ecija)
{{Location map | Philippines Nueva Ecija
| width   = 300
| lat_deg = 015 | lat_min = 32 | lat_sec = 26.44 | lat_dir = N
| lon_deg = 121 | lon_min = 04 | lon_sec = 56.75 | lon_dir = E
| label   = Palayan
}}

Location map many

Template:Location map many

{{Location map many | Philippines Nueva Ecija
| width    = 300
| caption  = Locations in Nueva Ecija
| lat1 = 15.580159 | long1 = 120.742652 | label1 = Agcano
| lat2 = 15.228736 | long2 = 120.944394 | label2 = Parcutela
| lat3 = 15.761192 | long3 = 121.260189 | label3 = Napon-Napon
| lat4 = 16.108488 | long4 = 120.927641 | label4 = Capintalan
}}

Location map+

Location map/data/Philippines Nueva Ecija is located in Nueva Ecija
Agcano
Agcano
Parcutela
Parcutela
Napon-Napon
Napon-Napon
Capintalan
Capintalan
Locations in Nueva Ecija
{{Location map+ | Philippines Nueva Ecija
| width   = 300
| caption = Locations in Nueva Ecija
| places  =
  {{Location map~ | Philippines Nueva Ecija
  | lat = 15.580159 | long = 120.742652 | label = Agcano
  }}
  {{Location map~ | Philippines Nueva Ecija
  | lat = 15.228736 | long = 120.944394 | label = Parcutela
  }}
  {{Location map~ | Philippines Nueva Ecija
  | lat = 15.761192 | long = 121.260189 | label = Napon-Napon
  }}
  {{Location map~ | Philippines Nueva Ecija
  | lat = 16.108488 | long = 120.927641 | label = Capintalan
  }}
}}

See also

Location map templates

Creating new map definitions


return {
	name = 'Nueva Ecija',
	top = 16.175923,
	bottom = 15.142342,
	left = 120.465980,
	right = 121.540100,
	image = 'Philippines Nueva Ecija location map.svg',
	image1 = 'Philippines Nueva Ecija relief location map.svg'
}