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 (Karbon moved page Puzzles der Welt/Solo to Puzzles of the World/One without leaving a redirect: Name)
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
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.<br>
 
Ein Wechsel zwischen der Karten- und Satellitenansicht ist über die Auswahl links oben erreichbar.<br>
<phptag>
 
if ((WebRequest::GetVal('Lat') != "")&& (WebRequest::GetVal('Lon') != "") && (WebRequest::GetVal('Puz') != "") )
 
{
 
echo'Ansicht für \'\'\'[['.WebRequest::GetVal('Puz').']]\'\'\' (Breite: '.WebRequest::GetVal('Lat').' / Länge: '.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'\'\'\'Es wurden keine Parameter übergeben!\'\'\'';
 
}
 
</phptag>
 
 
|#default={{DISPLAYTITLE:Geographical location}}
 
|#default={{DISPLAYTITLE:Geographical location}}
 
<div style="font-size:150%;">On this map a puzzle images is assigned to it's geographical location.</div>
 
<div style="font-size:150%;">On this map a puzzle images is assigned to it's geographical location.</div>
Line 28: Line 9:
 
The zoom factor of the map can be changed using the mouse wheel; the map section can be moved via ClickDrag.<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>
 
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>
 
 
}}
 
}}
 +
<!--ööö{{#urlget:Lat}}ööö-->
 +
{{#dplvar:set|_L|{{#urlget:Lat}}}}{{#dplvar:set|_B|{{#urlget:Lon}}}}{{#dplvar:set|_P|{{#urlget:Puz}}}}
 +
{{#if:{{#dplvar:_L|}}|{{#multimaps:
 +
|center={{#dplvar:_L}},{{#dplvar:_B}}
 +
|marker={{#dplvar:_L}},{{#dplvar:_B}}~{{#dplvar:_P}}~[[{{#dplvar:_P}}]]
 +
|height=700px
 +
|width=1000px
 +
|zoom=17
 +
|service=google}}|<strong style="color:red">No data!</strong>}}
 
[[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!