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/' {} \;...
moved the ref_points path to a constant.
now displays the circles with the same color as on the pano (sortof...)
typo
fix array format that seems not to work with some PHP versions
small fixes arround site_point::get_all() usage
moved all_points webservice to use methods from site_point
make use of constants
linked the map points to panorama visualization
FIXUP