Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is very simple just go to panoramio website and then open World Map from panoramio website.Then go to specified location whichs latitude and longitude required.</p> <p>Then you found latitude and longitude in address bar for example in this address.</p> <p><a href="http://www.panoramio.com/map#lt=32.739485&amp;ln=70.491211&amp;z=9&amp;k=1&amp;a=1&amp;tab=1&amp;pl=all" rel="nofollow">http://www.panoramio.com/map#lt=32.739485&amp;ln=70.491211&amp;z=9&amp;k=1&amp;a=1&amp;tab=1&amp;pl=all</a></p> <p>lt=32.739485 =>latitude ln=70.491211 =>longitude</p> <p>this Panoramio JavaScript API widget create a bounding box around a lat/long pair and then returning all photos with in those bounds.</p> <p>Another type of Panoramio JavaScript API widget in which you can also change background color with <a href="http://codespk.blogspot.com/2013/10/panoramio-javascript-api-widget-example.html" rel="nofollow">example and code is here</a>.</p> <p>It does not show in composing mood.It show after publishing.</p> <pre><code>&lt;div dir="ltr" style="text-align: center;" trbidi="on"&gt; &lt;script src="https://ssl.panoramio.com/wapi/wapi.js?v=1&amp;amp;hl=en"&gt;&lt;/script&gt; &lt;div id="wapiblock" style="float: right; margin: 10px 15px"&gt;&lt;/div&gt; &lt;script type="text/javascript"&gt; var myRequest = { 'tag': 'kahna', 'rect': {'sw': {'lat': -30, 'lng': 10.5}, 'ne': {'lat': 50.5, 'lng': 30}} }; var myOptions = { 'width': 300, 'height': 200 }; var wapiblock = document.getElementById('wapiblock'); var photo_widget = new panoramio.PhotoWidget('wapiblock', myRequest, myOptions); photo_widget.setPosition(0); &lt;/script&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload