Difference between revisions of "Module:Location map/data/Netherlands Dutch railway station"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
 
blackwiki>Gidonb
(WP name)
Line 1: Line 1:
 
return {
 
return {
name = 'the Netherlands',
+
name = 'Netherlands',
 
top = 53.57,
 
top = 53.57,
 
bottom = 50.73,
 
bottom = 50.73,

Revision as of 04:18, 18 March 2018


Location map of Netherlands
name Netherlands
border
coordinates
53.57
3.33 ←↕→ 7.2
50.73
map center Lua error: callParserFunction: function "#coordinates" was not found.
image Railroads Netherlands 2013.svg
Railroads Netherlands 2013.svg


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

Map definition

  • name = Netherlands
    Name used in the default map caption
  • bottom = 50.73
    Latitude at bottom edge of map, in decimal degrees
  • left = 3.33
    Longitude at left edge of map, in decimal degrees
  • right = 7.2
    Longitude at right edge of map, in decimal degrees

Precision

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

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

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

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


See also

Location map templates

Creating new map definitions


return {
	name = 'Netherlands',
	top = 53.57,
	bottom = 50.73,
	left = 3.33,
	right = 7.20,
	image = 'Railroads Netherlands 2013.svg'
}