ထႅမ်းပလဵတ်ႉ:Location map/Creating a new map template

လုၵ်ႉတီႈ ဝီႇၶီႇပပ်ႉ မႃး

Understanding map definition templates[မႄးထတ်း]

The {{Location map}} family of templates utilize any one of a set of map definition templates. These are not forks but rather auxiliary templates and are must have names such as "Location map location", where location is the name of the area covered by the map. To create a simple map definition template using an image of a map with an equirectangular Mercator projection:

  1. Create a new map image and upload it to Wikimedia commons or find an existing map on the same site.
  2. Create a template named Template:Location map location, copy the content below into it and substitute the appropriate values.

As an example of a map that uses an equirectangular projection, we use {{Location map Bosnia and Herzegovina}}. Please do not experiment using active templates.

{{#switch:{{{1}}}
| name   = Bosnia and Herzegovina
| top    = 45.4
| bottom = 42.4
| left   = 15.5
| right  = 19.9
| image  = Bosnia and Herzegovina location map.svg
| image1 = Bosnia and Herzegovina relief location map.png
}}<noinclude>
{{Location map/Info}}
</noinclude>
Parameter Description
name The name of the area covered
top The latitude of the top edge of the image using decimal degrees
bottom The latitude of the bottom edge of the image
left longitude of the left edges of the image
right longitude of the right edges of the image
image The name of the image file on Commons
image1 The name of an alternate image, usually a relief map that can be accessed using the relief parameter.

Maps of this type work will for small to mid sized areas. {{Location map USA}} is another example of a map description template that uses an equirectangular projection. Notice that the image of the country is not what most would expect.

Maps that use other projections, such as {{Location map USA2}}, which uses an equidistant conic projection. require formulas which are used to calculate the x and y coordinates for the location mark. Understanding these formulas requires a familiarity with the subject and is currently beyond the scope of this discussion. Note that the formula for x evaluates to 0 for the left edge of the image and 100 for the right edge. Likewise, the formula for y evaluates to 0 for the top edge and 100 for the bottom edge.