Project

General

Profile

Paste
Download (1 KB) Statistics
| Branch: | Revision:

root / ajax / all_points.php @ 5bfbdfb4

# Date Author Comment
5bfbdfb4 02/08/2015 10:35 PM Jocelyn Dealande

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

7096d2f9 12/22/2014 11:43 PM 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 12/08/2014 10:39 PM Jocelyn Dealande

moved the ref_points path to a constant.

f0cea9c4 11/28/2014 10:44 PM Jocelyn Delande

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

73ba56a4 12/23/2013 06:11 PM Jocelyn Delande

typo

3d8d154e 12/23/2013 06:10 PM Jocelyn Delande

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

eb537a36 12/09/2013 11:55 AM Jocelyn Delande

small fixes arround site_point::get_all() usage

c4802754 12/08/2013 07:14 PM Jocelyn Delande

moved all_points webservice to use methods from site_point

812f173f 12/08/2013 07:14 PM Jocelyn Delande

make use of constants

135e59fc 12/05/2013 06:29 PM Jocelyn Delande

linked the map points to panorama visualization

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

FIXUP