Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
f5988fd1 18/06/2015 23:56 Jocelyn Dealande

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

f576f563 12/02/2015 17:47 Jocelyn Dealande

cannot use names with escaped chars refs #303

8697fbab 12/02/2015 17:47 Jocelyn Dealande

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

943d3f9a 12/02/2015 17:46 Jocelyn Dealande

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

b6a05986 12/02/2015 17:11 Jocelyn Dealande

Removed duplicate entry in cholet ref_points

4261f842 12/02/2015 16:46 Jocelyn Dealande

updated churches heights near cholet

8e9363c4 12/02/2015 16:32 Jocelyn Dealande

oops typo

dbd2521a 12/02/2015 16:28 Jocelyn Dealande

added/enhanched ref_points near cholet

6bf61e20 08/02/2015 22:43 Jocelyn Dealande

added reference points for cholet city

5bfbdfb4 08/02/2015 22:35 Jocelyn Dealande

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

3b5b7963 06/02/2015 19:15 Jocelyn Dealande

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

94abb8ac 06/02/2015 19:12 Jocelyn Dealande

panorama.php

again, a lat/lon inverted

8562532a 27/01/2015 00:11 Jocelyn Dealande

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

83478686 27/01/2015 00:09 Jocelyn Dealande

bugfix typo preventing good ref_points displaying

d0ee1e7f 26/01/2015 23:48 Jocelyn Dealande

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

def96176 23/12/2014 14:08 Jocelyn Dealande

unconfigured panoramas are viewable again

7096d2f9 22/12/2014 23:43 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 08/12/2014 23:28 Jocelyn Dealande

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

6dea1698 08/12/2014 22:56 Jocelyn Dealande

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

9f05628b 08/12/2014 22:39 Jocelyn Dealande

moved the ref_points path to a constant.

36daa381 08/12/2014 21:19 Jocelyn Dealande

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

8611fdf2 01/12/2014 23:15 Jocelyn Dealande

Even unconfigured panoramas can be displayed

651f2478 01/12/2014 22:52 Jocelyn Dealande

Merge branch 'touch-events'

235b072f 01/12/2014 22:52 Jocelyn Dealande

Marc patch to handle touch events

cb1eaa6a 28/11/2014 22:49 Jocelyn Dealande

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

bd5025ab 28/11/2014 22:44 Jocelyn Dealande

access map from index.php

043955eb 28/11/2014 22:44 Jocelyn Dealande

simple forgotten import

e1acd4a1 28/11/2014 22:44 Jocelyn Dealande

Can add a panorama from the map.

329a7a3b 28/11/2014 22:44 Jocelyn Delande

clarification

f0cea9c4 28/11/2014 22:44 Jocelyn Delande

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

f7cc6422 28/11/2014 20:44 Jocelyn Dealande

removed old and no longer used creerPano.php

e5dbdbd0 06/09/2014 19:59 Jocelyn Delande

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

ff113d4d 06/09/2014 19:58 Jocelyn Delande

added grue titan refpoint + untabified that file

bc864f42 06/09/2014 19:55 Jocelyn Delande

added installation notes

fe12dd81 06/09/2014 19:50 Jocelyn Delande

updated the README because ref_points are now easier to add

e2b1b9c1 06/09/2014 19:45 Jocelyn Delande

input validation on show_capline.php

6156a9b6 25/12/2013 16:59 Jocelyn Delande

some request input checking/sanitization

a1063f68 25/12/2013 15:51 Jocelyn Delande

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

c621f296 24/12/2013 01:31 Jocelyn Delande

typo

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

propper typing of params

09995259 24/12/2013 01:20 Jocelyn Delande

bugfix, lat and lon were inverted in upload form

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

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

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

tolerate that the dir exists before tiles creation

d4e538ff 24/12/2013 00:05 Jocelyn Delande

can set the title of the panorama from the form

afe20e9f 23/12/2013 23:59 Jocelyn Delande

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

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

allow upload with same names

ffa856dc 23/12/2013 23:09 Jocelyn Delande

added params generation to upload

137a4cfc 23/12/2013 21:57 Jocelyn Delande

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

a3184cec 23/12/2013 20:29 Jocelyn Delande

PREFIXXX

73ba56a4 23/12/2013 18:11 Jocelyn Delande

typo

3d8d154e 23/12/2013 18:10 Jocelyn Delande

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

72402bdf 23/12/2013 17:58 Jocelyn Delande

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

799a2e21 23/12/2013 17:55 Jocelyn Delande

Merge branch 'rhizome-specific' into jocelyn-master

bc28d3dc 23/12/2013 17:41 Jocelyn Delande

adds and delete ref_points from js interface

3a832cbc 23/12/2013 17:41 Jocelyn Delande

Added sanity checks

ea08a2a7 23/12/2013 16:48 Jocelyn Delande

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

c5f89cd9 20/12/2013 14:16 Jocelyn Delande

webservice to reference ref_points is ready

e68abb6a 18/12/2013 14:17 Jocelyn Delande

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

e3ac9269 10/12/2013 01:07 Jocelyn Delande

modified site_point to allow empty panoramas (when just instanciated)

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

Moved some treatements to functions for better understanding.

00335597 10/12/2013 00:12 Jocelyn Delande

simplification

2b7be83a 09/12/2013 23:34 Jocelyn Delande

moved panorama generation to class : PanoramaGenerator

5119cb9e 09/12/2013 15:35 Jocelyn Delande

unified the tab/spaces mix to spaces

723cb62f 09/12/2013 14:58 Jocelyn Delalande

and even better with php tags

fb66982c 09/12/2013 14:55 Jocelyn Delalande

better with a comma

d9ee446a 09/12/2013 14:53 Jocelyn Delalande

added first set of points for Nantes

eb537a36 09/12/2013 11:55 Jocelyn Delande

small fixes arround site_point::get_all() usage

c4802754 08/12/2013 19:14 Jocelyn Delande

moved all_points webservice to use methods from site_point

812f173f 08/12/2013 19:14 Jocelyn Delande

make use of constants

1aebc2ec 07/12/2013 13:05 Jocelyn Delande

has_params and get_all for site_point

405ba17b 07/12/2013 13:05 Jocelyn Delande

handle a params cache

08052267 06/12/2013 15:58 Jocelyn Delande

separate function for listing available images

c0db737e 06/12/2013 15:57 Jocelyn Delande

separate function for listing available images

135e59fc 05/12/2013 18:29 Jocelyn Delande

linked the map points to panorama visualization

1c16578c 05/12/2013 18:04 Jocelyn Delande

added site_point->get_url() method

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

FIXUP

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

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

af81ae55 01/12/2013 17:36 Jocelyn Delande

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

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

Added a display of all the ref_points on the map.

b2945655 24/11/2013 19:50 Jocelyn Delande

added known limitations

4841125e 24/11/2013 19:50 Jocelyn Delande

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

cb527757 24/11/2013 17:48 Jocelyn Delande

removed call to non-existent function

1e27b090 24/11/2013 17:47 Jocelyn Delande

Little secrets about the "show cap" map view

ef05758b 24/11/2013 17:34 Jocelyn Delande

whitespaces + moved the loading to the HTML file

9754896a 24/11/2013 16:55 Jocelyn Delande

added further documentation

efce4ca2 24/11/2013 16:35 Jocelyn Delande

added altitudes of buildings (estimated to ref_points)

b42eb160 17/11/2013 22:48 Jocelyn Delande

added reference points for Rhizome/Compiègne

1b9439c2 17/11/2013 22:47 Jocelyn Delande

Fixed ref_points dialog (I broke it...)

fe3e0cdf 17/11/2013 19:31 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 17/11/2013 15:15 Jocelyn Delande

added a README

52a31985 26/09/2013 18:38 Jocelyn Delande

create pano dir if non-existant

4315dfc1 26/09/2013 18:33 Jocelyn Delande

Added gitignore to ignore data dirs and backup files

b5af2606 26/09/2013 18:31 Jocelyn Delande

create upload dir if non-existant

73fd5477 01/09/2013 23:07 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 29/08/2013 01:38 Marc Souviron

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

ed5e83c5 27/08/2013 01:51 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 26/08/2013 00:11 Marc Souviron

amélioration mineure

f524783f 25/08/2013 23:39 Marc Souviron

permet la visualisation d'axes horizontaux via OSM

a752b78b 25/08/2013 17:09 Marc Souviron

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

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

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

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

Formats disponibles : Atom