Projet

Général

Profil

Paste
Télécharger (9,53 ko) Statistiques
| Branche: | Révision:

root / class / site_point.class.php @ 5bfbdfb4

# Date Auteur Commentaire
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)

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

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

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

afe20e9f 23/12/2013 23:59 Jocelyn Delande

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

ffa856dc 23/12/2013 23:09 Jocelyn Delande

added params generation to upload

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

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

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

e3ac9269 10/12/2013 01:07 Jocelyn Delande

modified site_point to allow empty panoramas (when just instanciated)

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

moved panorama generation to class : PanoramaGenerator

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

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

0bd646e4 24/08/2013 02:35 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 22/08/2013 17:41 Victor Pongnian

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

f60262e6 29/03/2012 18:25 Marc Souviron

Première version enregistrée