Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root @ 8611fdf2

Name Size Revision Age Author Comment
  ajax f0cea9c4 over 8 years Jocelyn Delande now displays the circles with the same color as...
  class 6156a9b6 over 9 years Jocelyn Delande some request input checking/sanitization
  css e1acd4a1 over 8 years Jocelyn Dealande Can add a panorama from the map.
  html 3d3b31ae over 9 years Jocelyn Delande Moved some treatements to functions for better ...
  images a3184cec over 9 years Jocelyn Delande PREFIXXX
  js 235b072f over 8 years Jocelyn Dealande Marc patch to handle touch events
  ref_points ff113d4d over 8 years Jocelyn Delande added grue titan refpoint + untabified that file
  to_tiles 0bd646e4 almost 10 years Victor PONGNIAN remise en forme du travail de Victor Pongnian s...
.gitignore 38 Bytes fe3e0cdf over 9 years Jocelyn Delande - Moved ref_points.php to something less toulou...
.htaccess 115 Bytes 0bd646e4 almost 10 years Victor PONGNIAN remise en forme du travail de Victor Pongnian s...
README.md 3.41 KB bc864f42 over 8 years Jocelyn Delande added installation notes
addParams.php 3.73 KB 3d3b31ae over 9 years Jocelyn Delande Moved some treatements to functions for better ...
constants.inc.php 204 Bytes 812f173f over 9 years Jocelyn Delande make use of constants
envoyer.php 2.95 KB 09995259 over 9 years Jocelyn Delande bugfix, lat and lon were inverted in upload form
genererPano.php 2.05 KB 6156a9b6 over 9 years Jocelyn Delande some request input checking/sanitization
index.php 2.01 KB 8611fdf2 over 8 years Jocelyn Dealande Even unconfigured panoramas can be displayed
panoInfo.php 2.53 KB 6156a9b6 over 9 years Jocelyn Delande some request input checking/sanitization
panorama.php 7.36 KB 6156a9b6 over 9 years Jocelyn Delande some request input checking/sanitization
show_capline.php 3.66 KB 043955eb over 8 years Jocelyn Dealande simple forgotten import
uploadReceive.php 3.85 KB 329a7a3b over 8 years Jocelyn Delande clarification

Latest revisions

# Date Author Comment
8611fdf2 12/01/2014 11:15 PM Jocelyn Dealande

Even unconfigured panoramas can be displayed

651f2478 12/01/2014 10:52 PM Jocelyn Dealande

Merge branch 'touch-events'

235b072f 12/01/2014 10:52 PM Jocelyn Dealande

Marc patch to handle touch events

cb1eaa6a 11/28/2014 10:49 PM Jocelyn Dealande

Merge branch 'enhance-map', was an old branch I had to rework to make it merge...

bd5025ab 11/28/2014 10:44 PM Jocelyn Dealande

access map from index.php

043955eb 11/28/2014 10:44 PM Jocelyn Dealande

simple forgotten import

e1acd4a1 11/28/2014 10:44 PM Jocelyn Dealande

Can add a panorama from the map.

329a7a3b 11/28/2014 10:44 PM Jocelyn Delande

clarification

f0cea9c4 11/28/2014 10:44 PM Jocelyn Delande

now displays the circles with the same color as on the pano (sortof...)

f7cc6422 11/28/2014 08:44 PM Jocelyn Dealande

removed old and no longer used creerPano.php

View all revisions | View revisions

README


Panorama-ttnn

Visualize a collection of panoramic photos.

Panorama-ttnn allows you to upload/share/visualize panoramic photos. It has been created for evaluating lines-of-sight for radio networks, like the one of tetaneutral.net.

Features

  • Upload panoramas to web server (i.e: made with Hugin);
  • visualize, pan and zoom panoramas, as if you were on site;
  • georeference panoramas : set GPS coordinates and elevation by hand and set orientation by pointing at known points;
  • visualize a point by lat/lon/elevation on your panorama ;
  • see other panoramas locations to evaluate the lines-of-sight;
  • view on map for a given LOS between two points/panoramas.

Getting started : upload a panorama

  1. Go to the index and click "Ajouter un panorama", let upload process
  2. Just click on the image in the subsequent list, and wait for it to be processed (split into tiles) ;
  3. Choose "accéder directement au panorama" to view it and use the red up-right box to enter coordinates and altitudes from where the photos have beenn taken. bouclage means that left and right borders are matching exactly (360° panorama).
  4. Reference some known points by right clicking (see relevant section), the others will get interpolated and presented to you on the view.

Viewing reference points

You'll see big colored bubbles :

  • Blue points : reference points you referenced and pointed by hand
  • Red points : other panorama (click and fly to it !)
  • Green points : reference points automatically placed (estimated according to the blue ones)

Adding reference points

Reference points are known points you are likely to see from your panoramas, they are a visual reference and a way to orientate your panoramas.

By default, there are no ref_points, you can create your own ref_points list or use one of the provided lists.

To get started, copy one of the files from ref_points folder in the root folder, remane it to ref_points.local.php and customize it.

Hint: prefer to register the altitudes of the topmost point of a building: they are the easier parts to aim from other panoramas.

Panorama view

This is the main view, you can pan and scroll a panorama.

From this view you can use the Reference points menu. The reference points menu allows you to set the orientation of your panorama by pointing at a known location you visualize on the panorama.

Mouse interaction for panorama view

  • drag image to move
  • right-click to pop the Reference points menu

Keyboard shortcuts for panorama view

  • Pgup/Pgdown: zoom in/out
  • ///: pan the image
  • Home/End: turn backwards (180°)

"Show cap" view

In this view, you see a map with your current view point and a ray between it and your target ref_point.

Options and layers selection can be set in the + menu. To move from/to the, click on the top-right button.

Installing

You need PHP

  • in your php.ini set uploadmaxfilesize and postmaxsize to "100M" or near.
  • in your httpd configuration, set the max post size accordingly

You need imagemagick. On debian : apt-get install imagemagick

Known limitations

Cannot delete anything from the interface

Uploaded images nor panoramas.

Also available in: Atom