Project

General

Profile

Revision:

Revisions

# Date Author Comment
f5988fd1 06/18/2015 11:56 PM Jocelyn Dealande

made resources URLs protocol-agnostic, to avoid failure on loading HTTP resources on HTTPS web page

f576f563 02/12/2015 05:47 PM Jocelyn Dealande

cannot use names with escaped chars refs #303

8697fbab 02/12/2015 05:47 PM Jocelyn Dealande

if the ref_point not found, shows at least an error refs #303

943d3f9a 02/12/2015 05:46 PM Jocelyn Dealande

x,y relative positions can be negative, although its rare

b6a05986 02/12/2015 05:11 PM Jocelyn Dealande

Removed duplicate entry in cholet ref_points

4261f842 02/12/2015 04:46 PM Jocelyn Dealande

updated churches heights near cholet

8e9363c4 02/12/2015 04:32 PM Jocelyn Dealande

oops typo

dbd2521a 02/12/2015 04:28 PM Jocelyn Dealande

added/enhanched ref_points near cholet

6bf61e20 02/08/2015 10:43 PM Jocelyn Dealande

added reference points for cholet city

5bfbdfb4 02/08/2015 10:35 PM Jocelyn Dealande

changed code so that we can concatenate one or more ref_points files to ref_points.local.php

3b5b7963 02/06/2015 07:15 PM Jocelyn Dealande

fixed a bug introduced in 7096d2f and preventing propper circles displaying

94abb8ac 02/06/2015 07:12 PM Jocelyn Dealande

panorama.php

again, a lat/lon inverted

8562532a 01/27/2015 12:11 AM Jocelyn Dealande

bugfix when lat or lon is zero (thanks cthuluh !)

83478686 01/27/2015 12:09 AM Jocelyn Dealande

bugfix typo preventing good ref_points displaying

d0ee1e7f 01/26/2015 11:48 PM Jocelyn Dealande

bugfixed inverted lon/lat parameters on RefPoint (+ added convenience ref_point->get_name())

def96176 12/23/2014 02:08 PM Jocelyn Dealande

unconfigured panoramas are viewable again

7096d2f9 12/22/2014 11:43 PM Jocelyn Dealande

Refacto of Tiles handling and simplified a bit file naming for tiles/params.
By the way, fixes #297

THIS COMMIT BREAKS FILE LAYOUT AND REQUIRES MIGRATION (SEE BELLOW).

To migrate data :

cd tiles
find . '*.jpg' -exec rename 's/[^\/]*_(([0-9]{3}_){2}([0-9]{3}))/$1/' {} \;...

ffebe856 12/08/2014 11:28 PM Jocelyn Dealande

do not display ref_points and panorama further than 25km from the current one (tunable in constant)

6dea1698 12/08/2014 10:56 PM Jocelyn Dealande

Use propper RefPoint::get_all() instead of requiring ref_points.local.php

9f05628b 12/08/2014 10:39 PM Jocelyn Dealande

moved the ref_points path to a constant.

36daa381 12/08/2014 09:19 PM Jocelyn Dealande

Bugfix: no ref_points was available when there was only one in ref_points.local.php

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

e5dbdbd0 09/06/2014 07:59 PM Jocelyn Delande

bugfix validation : a lat/lon may be negative + better error displaying

ff113d4d 09/06/2014 07:58 PM Jocelyn Delande

added grue titan refpoint + untabified that file

bc864f42 09/06/2014 07:55 PM Jocelyn Delande

added installation notes

fe12dd81 09/06/2014 07:50 PM Jocelyn Delande

updated the README because ref_points are now easier to add

e2b1b9c1 09/06/2014 07:45 PM Jocelyn Delande

input validation on show_capline.php

6156a9b6 12/25/2013 04:59 PM Jocelyn Delande

some request input checking/sanitization

a1063f68 12/25/2013 03:51 PM Jocelyn Delande

The one-step upload now handles as well the tiles generation and stops on generation errors if needed

c621f296 12/24/2013 01:31 AM Jocelyn Delande

typo

7dc0d23c 12/24/2013 01:22 AM Jocelyn Delande

propper typing of params

09995259 12/24/2013 01:20 AM Jocelyn Delande

bugfix, lat and lon were inverted in upload form

1662eb69 12/24/2013 01:20 AM Jocelyn Delande

fixes bug : image_loop not returned properly after being parsed from file

99204edb 12/24/2013 01:19 AM Jocelyn Delande

tolerate that the dir exists before tiles creation

d4e538ff 12/24/2013 12:05 AM Jocelyn Delande

can set the title of the panorama from the form

afe20e9f 12/23/2013 11:59 PM Jocelyn Delande

Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)

2858c9fe 12/23/2013 11:14 PM Jocelyn Delande

allow upload with same names

ffa856dc 12/23/2013 11:09 PM Jocelyn Delande

added params generation to upload

137a4cfc 12/23/2013 09:57 PM Jocelyn Delande

does the same upload job, bet refactored the form and receive action for future

a3184cec 12/23/2013 08:29 PM Jocelyn Delande

PREFIXXX

73ba56a4 12/23/2013 06:11 PM Jocelyn Delande

typo

3d8d154e 12/23/2013 06:10 PM Jocelyn Delande

fix array format that seems not to work with some PHP versions

72402bdf 12/23/2013 05:58 PM Jocelyn Delande

Merge branch 'faimaison-specific' of code.rhizome-fai.net:panorama-ttnn into jocelyn-master

799a2e21 12/23/2013 05:55 PM Jocelyn Delande

Merge branch 'rhizome-specific' into jocelyn-master

bc28d3dc 12/23/2013 05:41 PM Jocelyn Delande

adds and delete ref_points from js interface

3a832cbc 12/23/2013 05:41 PM Jocelyn Delande

Added sanity checks

ea08a2a7 12/23/2013 04:48 PM Jocelyn Delande

adds a rm_reference.php webservice and fixed the typing from/to ini files

c5f89cd9 12/20/2013 02:16 PM Jocelyn Delande

webservice to reference ref_points is ready

e68abb6a 12/18/2013 02:17 PM Jocelyn Delande

first steps of add_reference.php webservice : input validation/sanitization and RefPoint class

e3ac9269 12/10/2013 01:07 AM Jocelyn Delande

modified site_point to allow empty panoramas (when just instanciated)

3d3b31ae 12/10/2013 01:07 AM Jocelyn Delande

Moved some treatements to functions for better understanding.

00335597 12/10/2013 12:12 AM Jocelyn Delande

simplification

2b7be83a 12/09/2013 11:34 PM Jocelyn Delande

moved panorama generation to class : PanoramaGenerator

5119cb9e 12/09/2013 03:35 PM Jocelyn Delande

unified the tab/spaces mix to spaces

723cb62f 12/09/2013 02:58 PM Jocelyn Delalande

and even better with php tags

fb66982c 12/09/2013 02:55 PM Jocelyn Delalande

better with a comma

d9ee446a 12/09/2013 02:53 PM Jocelyn Delalande

added first set of points for Nantes

eb537a36 12/09/2013 11:55 AM Jocelyn Delande

small fixes arround site_point::get_all() usage

c4802754 12/08/2013 07:14 PM Jocelyn Delande

moved all_points webservice to use methods from site_point

812f173f 12/08/2013 07:14 PM Jocelyn Delande

make use of constants

1aebc2ec 12/07/2013 01:05 PM Jocelyn Delande

has_params and get_all for site_point

405ba17b 12/07/2013 01:05 PM Jocelyn Delande

handle a params cache

08052267 12/06/2013 03:58 PM Jocelyn Delande

separate function for listing available images

c0db737e 12/06/2013 03:57 PM Jocelyn Delande

separate function for listing available images

135e59fc 12/05/2013 06:29 PM Jocelyn Delande

linked the map points to panorama visualization

1c16578c 12/05/2013 06:04 PM Jocelyn Delande

added site_point->get_url() method

034df12a 12/05/2013 05:41 PM Jocelyn Delande

FIXUP

598caaec 12/01/2013 06:18 PM Jocelyn Delande

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

af81ae55 12/01/2013 05:36 PM Jocelyn Delande

Can now Load the pano.js in the view_cap.php

5c5b7504 12/01/2013 01:31 AM Jocelyn Delande

Added a display of all the ref_points on the map.

b2945655 11/24/2013 07:50 PM Jocelyn Delande

added known limitations

4841125e 11/24/2013 07:50 PM Jocelyn Delande

moved forms to separate files to put panorama.php to diet and make it more readable

cb527757 11/24/2013 05:48 PM Jocelyn Delande

removed call to non-existent function

1e27b090 11/24/2013 05:47 PM Jocelyn Delande

Little secrets about the "show cap" map view

ef05758b 11/24/2013 05:34 PM Jocelyn Delande

whitespaces + moved the loading to the HTML file

9754896a 11/24/2013 04:55 PM Jocelyn Delande

added further documentation

efce4ca2 11/24/2013 04:35 PM Jocelyn Delande

added altitudes of buildings (estimated to ref_points)

b42eb160 11/17/2013 10:48 PM Jocelyn Delande

added reference points for Rhizome/Compiègne

1b9439c2 11/17/2013 10:47 PM Jocelyn Delande

Fixed ref_points dialog (I broke it...)

fe3e0cdf 11/17/2013 07:31 PM Jocelyn Delande

- Moved ref_points.php to something less toulouse-specific ;-)
by default : no ref points, but the ability to define its own list
or to use one of the files from ref_points folder.
- Fixed the UI if the ref_points list is empty.

2e2ebcb8 11/17/2013 03:15 PM Jocelyn Delande

added a README

52a31985 09/26/2013 06:38 PM Jocelyn Delande

create pano dir if non-existant

4315dfc1 09/26/2013 06:33 PM Jocelyn Delande

Added gitignore to ignore data dirs and backup files

b5af2606 09/26/2013 06:31 PM Jocelyn Delande

create upload dir if non-existant

73fd5477 09/01/2013 11:07 PM Marc Souviron

Amélioration du style de la page de tracé de cap
insertion de la distance du curseur au point de référence cur cette même page.

a9953a70 08/29/2013 01:38 AM Marc Souviron

correction de bug relatif è la visualisation d'un axe sur OSM

ed5e83c5 08/27/2013 01:51 AM Marc Souviron

Amélioration du système de navigation assisté par OSM ou google
Correction d'un bug de non-linéarité sur les panoramas rebouclés (360°)
simplification du style

72ecbd21 08/26/2013 12:11 AM Marc Souviron

amélioration mineure

f524783f 08/25/2013 11:39 PM Marc Souviron

permet la visualisation d'axes horizontaux via OSM

a752b78b 08/25/2013 05:09 PM Marc Souviron

Amélioration du style et apports de nouveaux points de référence.

4b86e496 08/25/2013 02:53 AM Marc Souviron

correction d'un bug sur les panoramas non bouclés : le dernier point était mal positionné en Y.

(1-100/110) Per page: 100, 200

Also available in: Atom