Projet

Général

Profil

Paste
Télécharger (1000 octets) Statistiques
| Branche: | Révision:

root / ajax / all_points.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/' {} \;...

9f05628b 08/12/2014 22:39 Jocelyn Dealande

moved the ref_points path to a constant.

f0cea9c4 28/11/2014 22:44 Jocelyn Delande

now displays the circles with the same color as on the pano (sortof...)

73ba56a4 23/12/2013 18:11 Jocelyn Delande

typo

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

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

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

135e59fc 05/12/2013 18:29 Jocelyn Delande

linked the map points to panorama visualization

034df12a 05/12/2013 17:41 Jocelyn Delande

FIXUP