Projet

Général

Profil

Révision 598caaec

Ajouté par Jocelyn Delande il y a plus de 10 ans

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

Voir les différences:

js/pano.js
29 29
var canvas_pos = {x:0,y:0};
30 30
var tmt;
31 31
var is_located = false;
32
var point_colors = {'pano_point' : '255,128,128',
33
		    'ref_point'  : '128,128,255',
34
		    'loc_point'  : '128,255,128',
35
		    'temporary'  : '255,255,128',
36
		    'unlocated'  : '255,255,255'};
32
var point_colors = {
33
	'pano_point' : '255,128,128', // red
34
	'ref_point'  : '128,128,255', // blue
35
	'loc_point'  : '128,255,128', // green
36
	'temporary'  : '255,255,128', // yellow
37
	'unlocated'  : '255,255,255'  // white
38
};
37 39
var test = {x:0, y:0, i:100};
38 40

  
39 41

  

Formats disponibles : Unified diff