الگو:Location map GermanyWeser
نام | Weser | |||
---|---|---|---|---|
مختصات مرزها | ||||
54.02 | ||||
8.0 | →↕← | 12.05 | ||
50.0 | ||||
وسط نقشه | ۵۲°۰۰′۳۶″شمالی ۱۰°۰۱′۳۰″شرقی / ۵۲٫۰۱°شمالی ۱۰٫۰۲۵°شرقی | |||
تصویر | A_Weser_watershed_closer.gif
| |||
انحراف | 0.91 |
Template:Location map GermanyWeser is a location map definition used to overlay markers and labels on a map of Germany's وزر (رود) River. It is used by "Template:Location map" when invoked with parameter "GermanyWeser": {{Location map | GermanyWeser | ...}}
. The markers are placed by عرض جغرافیایی and طول جغرافیایی coordinates on the default map or a similar map image.
Because the map is not equirectangular, the coordinates will need to be adjusted to match northern-area mapping.
Map parameters | ||
---|---|---|
name | Weser | name used in default map caption |
image | A_Weser_watershed_closer.gif | file name of map image, without "Image:" or "File:" |
top | 54.02 | latitude at top of map |
bottom | 50.0 | latitude at bottom of map |
left | 8.0 | longitude at left edge of map |
right | 12.05 | longitude at right edge of map |
Usage
[ویرایش]For a description of the parameters, see {{Location map}} and {{Location map many}}.
Example labeling "برمن":
- {{Location map
- | GermanyWeser
- | label = Bremen
- | label_size = 90 <--percent 0-900%
- | caption = Show "Bremen" on map
- | lat=53.075
- | long=8.8071
- | background = #FFFF99
- | float = right
- | width = 250
- }}
Example for orange "باد هرسفلد" at bottom:
- {{Location map
- | GermanyWeser
- | label=Bad Hersfeld | position=left
- | label_size = 90 <--percent 0-900%
- | caption = Show "Bad Hersfeld" on map
- | lat=50.8689 | long=9.7072
- | background = <!--orange-->#FFCC66
- | float = right
- | width = 220
- | AlternativeMap = <!--none(default)-->
- }}
Two examples, showing "Fulda" & "Bremerhaven" with map position aligned (by using parameters "float=left" and "float=right"). Note that the marker for "Bremerhaven" is west of the mark, due to narrow longitudes far north (on non-equirectangular map).
Longitude lines converge to the center, so center towns would be positioned more accurately. The "polar" skew factor is used to scale longitude smaller near polar latitudes (relative to map height), and position longitudes from map center, rather than left-side base longitude.
Multiple markers on the same map
[ویرایش]Example showing "برمرهافن" (and "وولفسبورگ") on one map.
- {{Location map many | GermanyWeser
- | Show "Bremerhaven" & "Wolfsburg"
- | label = Bremerhaven
- | label_size = <!-- 0-900%--> 84
- | lat=53.53 | long=8.59
- | marksize=7 | position=top
- | background = <!--gold-->#CCCC11
- | label2 = Wolfsburg | label2_size=103
- | lat2=52.4267 | pos2=left
- | long2=10.7893
- | bg2 = <!--bluegreen-->#66BBDD
- | label3 = Anytown
- | label3_size=93 | pos3=top
- | lat3_deg=51 | lat3_min=1.1
- | lon3_deg=11 | lon3_min=0.0
- | bg3 = <!--yellow-->#EEEE11
- | float = right | width = 230
- }}
Example labeling "برمن" on wrong-scale map:
- {{Location map
- | GermanyWeser
- | label = Bremen | position = top
- | label_size = <!-- 0-900%--> 128
- | caption = "Bremen" put on wrong-scale map
- | lat =53.0750
- | long=8.8071
- | background = #FFFF99
- | float = right
- | width = 200
- | AlternativeMap = Germany location map.svg
- }}