Widget:Google Street View: Unterschied zwischen den Versionen

Aus Hist. Verein Herne / Wanne-Eickel
(Die Seite wurde neu angelegt: „<noinclude>__NOTOC__ This widget allows you to add '''[http://maps.google.com/help/maps/streetview/ Google Street View]''' widget to your wiki page. Created b…“)
 
(26 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
This widget allows you to add '''[http://maps.google.com/help/maps/streetview/ Google Street View]''' widget to your wiki page.
This widget allows you to add '''[http://maps.google.com/help/maps/streetview/ Google Street View]''' widget to your wiki page.


Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
It was created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev] in 2011 and updated by [https://professional.wiki Karsten Hoffmeyer] for [https://www.pro.wiki ProWiki] in 2023.


== Using this widget ==
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Google_Street_View widget description page on MediaWikiWidgets.org].
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Google_Street_View widget description page on MediaWikiWidgets.org].


== Copy to your site ==
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
|lat=52.520008
</noinclude><includeonly><!--{if isset($static)}--><img src="http://maps.googleapis.com/maps/api/streetview?size=<!--{$width|escape:'urlpathinfo'|default:'420'}-->x<!--{$height|escape:'urlpathinfo'|default:350}-->&location=<!--{$lat|escape:'urlpathinfo'}-->,%20<!--{$lng|escape:'urlpathinfo'}-->&fov=<!--{$fov|escape:'urlpathinfo'|default:90}-->&heading=<!--{$yaw|escape:'urlpathinfo'|default:0}-->&pitch=<!--{$pitch|escape:'urlpathinfo'|default:0}-->&sensor=false" width="<!--{$width|escape:'html'|default:'420'}-->" height="<!--{$height|escape:'html'|default:350}-->"/><!--{else}--><!--{counter assign="panoDivID" name="panoDivID"}--><!--{if $panoDivID eq 1}--><script type="text/javascript" src="http://www.google.com/jsapi?key=<!--{$key|escape:'urlpathinfo'}-->"></script><!--{/if}-->
|lng=13.404954
<script type="text/javascript">
|heading=180
google.load("maps", "2.s");
|pitch=10
google.setOnLoadCallback(function()
|fov=100
{
}}</nowiki>
var myPano = new GStreetviewPanorama(document.getElementById("pano<!--{$panoDivID|escape:'html'}-->"),
 
{
== Parameters ==
latlng: new GLatLng('<!--{$lat|escape:'quotes'}-->', '<!--{$lng|escape:'quotes'}-->'),
* '''lat''' - lattitude of street view location
pov: {
* '''lng''' - longitude of street view location
yaw:Number('<!--{$yaw|escape:'quotes'|default:0}-->'),
* '''height''' and '''width''' define view dimensions. Defaults: width=600; height=450
pitch:Number('<!--{$pitch|escape:'quotes'|default:0}-->'),
* '''heading''' - defines the horizontal angle between the camera's line of sight and the North direction, with 0 degrees pointing North. Values between 0 and 360 are permissible. Examples:
zoom:Number('<!--{$zoom|escape:'quotes'|default:0}-->')
**"0" degrees (default): The camera faces North.
}
**"90" degrees: The camera faces East.
});
**"180" degrees: The camera faces South.
});
**"270" degrees: The camera faces West.
</script>
* '''pitch''' - defines the angle variance "up" or "down" from the camera's initial default pitch, allowing you to control whether the camera looks up, straight ahead, or down. Values between -90 and 90 are permissible. Examples:
<div id="pano<!--{$panoDivID|escape:'html'}-->" style="width: <!--{$width|escape:'html'|default:'420'}-->px; height: <!--{$height|escape:'html'|default:350}-->px"></div><!--{/if}--></includeonly>
**"0" degrees (default): The camera looks straight ahead, parallel to the ground.
**"45" degrees: The camera tilts upward, showing higher parts of the scene.
**"-45" degrees: The camera tilts downward, displaying lower parts of the scene.
* '''fov''' - defines the field of view or the extent of the scene the camera can capture in a single view. It determines how wide or narrow the camera's perspective is. Values between 30 and 120 are permissible but may not work in all cases. Examples:
**"30" degrees: A narrow field focusing on a specific area or object.
**"90" degrees (default): A moderate field of view, capturing a balanced view of the surroundings.
**"120" degrees: A wide field of view, providing a broad scene perspective.
</noinclude><includeonly><iframe
    src="//www.google.com/maps/embed/v1/streetview?key=AIzaSyC5R86btT-DazqkCZzCwBgG4D3zWny3Em8&location=<!--{$lat|escape:urlpathinfo|default:'52.520008'}-->,<!--{$lng|escape:urlpathinfo|default:'13.404954'}-->&heading=<!--{$heading|escape:urlpathinfo|default:'0'}-->&pitch=<!--{$pitch|escape:urlpathinfo|default:'0'}-->&fov=<!--{$fov|escape:urlpathinfo|default:'90'}-->"
    width="<!--{$width|escape:html|default:'400'}-->"  
    height="<!--{$height|escape:html|default:'400'}-->"
    style="border: 0;"
    allowfullscreen=""
    loading="lazy"
    referrerpolicy="no-referrer-when-downgrade">
</iframe></includeonly>

Version vom 6. Januar 2024, 13:50 Uhr

This widget allows you to add Google Street View widget to your wiki page.

It was created by Sergey Chernyshev in 2011 and updated by Karsten Hoffmeyer for ProWiki in 2023.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

{{#widget:Google Street View
|lat=52.520008
|lng=13.404954
|heading=180
|pitch=10
|fov=100
}}

Parameters

  • lat - lattitude of street view location
  • lng - longitude of street view location
  • height and width define view dimensions. Defaults: width=600; height=450
  • heading - defines the horizontal angle between the camera's line of sight and the North direction, with 0 degrees pointing North. Values between 0 and 360 are permissible. Examples:
    • "0" degrees (default): The camera faces North.
    • "90" degrees: The camera faces East.
    • "180" degrees: The camera faces South.
    • "270" degrees: The camera faces West.
  • pitch - defines the angle variance "up" or "down" from the camera's initial default pitch, allowing you to control whether the camera looks up, straight ahead, or down. Values between -90 and 90 are permissible. Examples:
    • "0" degrees (default): The camera looks straight ahead, parallel to the ground.
    • "45" degrees: The camera tilts upward, showing higher parts of the scene.
    • "-45" degrees: The camera tilts downward, displaying lower parts of the scene.
  • fov - defines the field of view or the extent of the scene the camera can capture in a single view. It determines how wide or narrow the camera's perspective is. Values between 30 and 120 are permissible but may not work in all cases. Examples:
    • "30" degrees: A narrow field focusing on a specific area or object.
    • "90" degrees (default): A moderate field of view, capturing a balanced view of the surroundings.
    • "120" degrees: A wide field of view, providing a broad scene perspective.