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"

From Jigsaw-Wiki
Jump to: navigation, search
m (Text replacement - "Category:Sonstiges" to "Category:Others")
 
(8 intermediate revisions by the same user not shown)
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>
 
+
|#default={{DISPLAYTITLE:Geographical location}}
<phptag>
+
<div style="font-size:150%;">On this map a puzzle images is assigned to it's geographical location.</div>
if ((WebRequest::GetVal('Lat') != "")&& (WebRequest::GetVal('Lon') != "") && (WebRequest::GetVal('Puz') != "") )
+
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>
echo'Ansicht für \'\'\'[['.WebRequest::GetVal('Puz').']]\'\'\' (Breite: '.WebRequest::GetVal('Lat').' / Länge: '.WebRequest::GetVal('Lon').')';
+
A change between map and satellite view is available via the selection at the top left.<br>
echo'';
+
}}
echo'';
+
<!--ööö{{#urlget:Lat}}ööö-->
echo'{{#MultiMaps:center={{formatnum:'.WebRequest::GetVal('Lat').'|R}},{{formatnum:'.WebRequest::GetVal('Lon').'|R}}';
+
{{#dplvar:set|_L|{{#urlget:Lat}}}}{{#dplvar:set|_B|{{#urlget:Lon}}}}{{#dplvar:set|_P|{{#urlget:Puz}}}}
echo'|marker={{formatnum:'.WebRequest::GetVal('Lat').'|R}},{{formatnum:'.WebRequest::GetVal('Lon').'|R}}~'.WebRequest::GetVal('Puz').'~[['.WebRequest::GetVal('Puz').']]';
+
{{#if:{{#dplvar:_L|}}|{{#multimaps:
echo'|height=700px';
+
|center={{#dplvar:_L}},{{#dplvar:_B}}
echo'|width=1000px';
+
|marker={{#dplvar:_L}},{{#dplvar:_B}}~{{#dplvar:_P}}~[[{{#dplvar:_P}}]]
echo'|zoom=17';
+
|height=700px
echo'|service=google';
+
|width=1000px
echo'}}';
+
|zoom=17
}
+
|service=google}}|<strong style="color:red">No data!</strong>}}
else
 
{
 
echo'\'\'\'Es wurden keine Parameter übergeben!\'\'\'';
 
}
 
</phptag>  
 
 
[[Category:Others]]
 
[[Category:Others]]

Latest revision as of 12:51, 3 December 2018

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 data!