
Kartendefinitionen für die Region ru-eur (Russland)
Die Daten für diese Region sind für den Einsatz mit dem Modul Location map vorgesehen.
Lage | |
![]() | |
Lage | |
![]() |
Name | Russland |
---|---|
Beschreibung | Lagekarte von Russland |
Projektion | Nichtlineare Projektion |
oben | Parameter nicht definiert |
unten | Parameter nicht definiert |
links | Parameter nicht definiert |
rechts | Parameter nicht definiert |
Standardkarte | European Russia laea location map (without Crimea).svg |
Physische Karte | European Russia laea relief location map.jpg |
Standardkarte Quickbar | Parameter nicht definiert |
Marker | Parameter nicht definiert |
Markergröße | Parameter nicht definiert |
Hinweise
- Die obige Dokumentation wurde aus der Seite Modul:Location map data ru-eur/Doku eingefügt. (bearbeiten | Versionsgeschichte) Die Kategorien für dieses Modul sollten in der Dokumentation eingetragen werden. Die Interwiki-Links sollten auf Wikidata eingepflegt werden.
- Liste der Unterseiten
return { name = "Russland", description = "Lagekarte von Russland", projection = "nonlinear", default = "European Russia laea location map (without Crimea).svg", relief = "European Russia laea relief location map.jpg", x = function( lat, long ) return ( 213.4825 * ( math.cos( lat * 0.01745329252 ) * math.sin( ( long - 42.5 ) * 0.01745329252 ) ) * ( ( ( 1 + math.sin( lat * 0.01745329252 ) * math.sin( 57.5*0.01745329252 ) + math.cos( lat * 0.01745329252 ) * math.cos( 57.5 * 0.01745329252 ) * math.cos( ( long - 42.5 ) * 0.01745329252 ) ) * 0.5 )^-0.5 ) - -50.0) / 100 end, y = function( lat, long ) return ( ( 100 + ( -49.1327 ) ) - ( 161.4897 ) * ( math.cos( 57.5*0.01745329252 ) * math.sin( lat * 0.01745329252 ) - math.sin( 57.5*0.01745329252 ) * math.cos( lat * 0.01745329252 ) * math.cos( ( long - 42.5 ) * 0.01745329252 ) ) * ( ( ( 1 + math.sin( lat * 0.01745329252 ) * math.sin( 57.5 * 0.01745329252 ) + math.cos( lat * 0.01745329252 ) * math.cos( 57.5 * 0.01745329252 ) * math.cos( ( long - 42.5 ) * 0.01745329252 ) ) * 0.5 )^-0.5 ) ) / 100 end }