1
|
Panorama-ttnn
|
2
|
=============
|
3
|
|
4
|
*Visualize a collection of panoramic photos.*
|
5
|
|
6
|
**Panorama-ttnn** allows you to upload/share/visualize panoramic photos. It has been
|
7
|
created for evaluating lines-of-sight for radio networks, like the one of
|
8
|
[tetaneutral.net](http://tetaneutral.net).
|
9
|
|
10
|
Features
|
11
|
--------
|
12
|
|
13
|
* **Upload** panoramas to web server (i.e: made with [Hugin](hugin.sf.net));
|
14
|
* **visualize**, pan and zoom panoramas, as if you were on site;
|
15
|
* **georeference** panoramas : set GPS coordinates and elevation by hand and set
|
16
|
orientation by pointing at known points;
|
17
|
* **visualize a point** by lat/lon/elevation on your panorama ;
|
18
|
* **see other panoramas** locations to evaluate the lines-of-sight;
|
19
|
* **view on map** for a given LOS between two points/panoramas.
|
20
|
|
21
|
|
22
|
Known Limitations
|
23
|
-----------------
|
24
|
|
25
|
* The reference points are hardcoded in ref_points.php
|
26
|
|
27
|
Panorama view
|
28
|
--------------
|
29
|
|
30
|
This is the main view, you can pan and scroll a panorama.
|
31
|
|
32
|
|
33
|
From this view you can use the *Reference points menu*. The reference points
|
34
|
menu allows you to set the orientation of your panorama by pointing at a known
|
35
|
location you visualize on the panorama.
|
36
|
|
37
|
|
38
|
|
39
|
|
40
|
### Mouse interaction for panorama view ###
|
41
|
|
42
|
* *drag image* to move
|
43
|
* *right-click* to pop the Reference points menu
|
44
|
|
45
|
|
46
|
### Keyboard shortcuts for panorama view ###
|
47
|
|
48
|
* `Pgup`/`Pgdown`: zoom in/out
|
49
|
* `←`/`↑`/`↓`/`→`: pan the image
|
50
|
* `Home`/`End`: turn backwards (180°)
|