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 tilesfind . '*.jpg' -exec rename 's/[^\/]*_(([0-9]{3}_){2}([0-9]{3}))/$1/' {} \;...
do not display ref_points and panorama further than 25km from the current one (tunable in constant)
some request input checking/sanitization
The one-step upload now handles as well the tiles generation and stops on generation errors if needed
fixes bug : image_loop not returned properly after being parsed from file
Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)
added params generation to upload
fix array format that seems not to work with some PHP versions
Added sanity checks
adds a rm_reference.php webservice and fixed the typing from/to ini files
webservice to reference ref_points is ready
modified site_point to allow empty panoramas (when just instanciated)
moved panorama generation to class : PanoramaGenerator
small fixes arround site_point::get_all() usage
moved all_points webservice to use methods from site_point
make use of constants
has_params and get_all for site_point
handle a params cache
linked the map points to panorama visualization
added site_point->get_url() method
remise en forme du travail de Victor Pongnian suit à son stageIl reste pas mal de cosmétique à revoir mais le système devrait déjà être utilisable dans l'état.
Version réaliée pour la sage de Victor Pongnian
Première version enregistrée