Projet

Général

Profil

Paste
Télécharger (2,08 ko) Statistiques
| Branche: | Révision:

root / class / TilesGenerator.php @ 7096d2f9

# 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/' {} \;...

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

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

tolerate that the dir exists before tiles creation

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

moved panorama generation to class : PanoramaGenerator