Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich. Currently there are issues with the installation, readonly possible for now. |
Difference between revisions of "Puzzles of the World/One"
m (Text replacement - "Category:Sonstiges" to "Category:Others") |
(multilang) |
||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:Geographische Lage}} | + | {{#switch:{{Uselang}} |
+ | |de={{DISPLAYTITLE:Geographische Lage}} | ||
<div style="font-size:150%;">Auf dieser Karte wird ein Puzzle-Bild der geographischen Lage zugeordnet.</div> | <div style="font-size:150%;">Auf dieser Karte wird ein Puzzle-Bild der geographischen Lage zugeordnet.</div> | ||
Mit dem Mausrad kann der Zoomfaktor der Karte geändert werden, der Kartenausschnitt kann per ClickDrag verschoben werden.<br> | Mit dem Mausrad kann der Zoomfaktor der Karte geändert werden, der Kartenausschnitt kann per ClickDrag verschoben werden.<br> | ||
− | Ein Wechsel zwischen der Karten- und Satellitenansicht ist über die Auswahl links oben erreichbar. | + | Ein Wechsel zwischen der Karten- und Satellitenansicht ist über die Auswahl links oben erreichbar.<br> |
− | |||
<phptag> | <phptag> | ||
if ((WebRequest::GetVal('Lat') != "")&& (WebRequest::GetVal('Lon') != "") && (WebRequest::GetVal('Puz') != "") ) | if ((WebRequest::GetVal('Lat') != "")&& (WebRequest::GetVal('Lon') != "") && (WebRequest::GetVal('Puz') != "") ) | ||
Line 23: | Line 23: | ||
} | } | ||
</phptag> | </phptag> | ||
+ | |#default={{DISPLAYTITLE:Geographical location}} | ||
+ | <div style="font-size:150%;">On this map a puzzle images is assigned to it's geographical location.</div> | ||
+ | A click on the marker shows the direct link to the page of the puzzle.<br> | ||
+ | The zoom factor of the map can be changed using the mouse wheel; the map section can be moved via ClickDrag.<br> | ||
+ | A change between map and satellite view is available via the selection at the top left.<br> | ||
+ | <phptag> | ||
+ | if ((WebRequest::GetVal('Lat') != "")&& (WebRequest::GetVal('Lon') != "") && (WebRequest::GetVal('Puz') != "") ) | ||
+ | { | ||
+ | echo'Location for \'\'\'[['.WebRequest::GetVal('Puz').']]\'\'\' (Latitude: '.WebRequest::GetVal('Lat').' / Longitude: '.WebRequest::GetVal('Lon').')'; | ||
+ | echo''; | ||
+ | echo''; | ||
+ | echo'{{#MultiMaps:center={{formatnum:'.WebRequest::GetVal('Lat').'|R}},{{formatnum:'.WebRequest::GetVal('Lon').'|R}}'; | ||
+ | echo'|marker={{formatnum:'.WebRequest::GetVal('Lat').'|R}},{{formatnum:'.WebRequest::GetVal('Lon').'|R}}~'.WebRequest::GetVal('Puz').'~[['.WebRequest::GetVal('Puz').']]'; | ||
+ | echo'|height=700px'; | ||
+ | echo'|width=1000px'; | ||
+ | echo'|zoom=17'; | ||
+ | echo'|service=google'; | ||
+ | echo'}}'; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | echo'\'\'\'No parameters were given!\'\'\''; | ||
+ | } | ||
+ | </phptag> | ||
+ | }} | ||
[[Category:Others]] | [[Category:Others]] |
Revision as of 10:48, 4 April 2017
On this map a puzzle images is assigned to it's geographical location.
A click on the marker shows the direct link to the page of the puzzle.
The zoom factor of the map can be changed using the mouse wheel; the map section can be moved via ClickDrag.
A change between map and satellite view is available via the selection at the top left.
No parameters were given!