Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root / class @ 5bfbdfb4

# Date Author Comment
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

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

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

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.

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

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

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

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

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

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)

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

moved panorama generation to class : PanoramaGenerator

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

0bd646e4 08/24/2013 02:35 AM Victor PONGNIAN

remise en forme du travail de Victor Pongnian suit à son stage
Il reste pas mal de cosmétique à revoir mais le système devrait déjà être utilisable dans l'état.

7f9aab46 08/22/2013 05:41 PM Victor Pongnian

Version réaliée pour la sage de Victor Pongnian

f60262e6 03/29/2012 06:25 PM Marc Souviron

Première version enregistrée