Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / ajax @ 6bf61e20

# Date Auteur Commentaire
5bfbdfb4 08/02/2015 22:35 Jocelyn Dealande

changed code so that we can concatenate one or more ref_points files to ref_points.local.php

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

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

e68abb6a 18/12/2013 14:17 Jocelyn Delande

first steps of add_reference.php webservice : input validation/sanitization and RefPoint class

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

598caaec 01/12/2013 18:18 Jocelyn Delande

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

5c5b7504 01/12/2013 01:31 Jocelyn Delande

Added a display of all the ref_points on the map.