Subversion Repositories eFlore/Applications.moissonnage

Rev

Rev 29 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
1
[carte]
1
[carte]
2
carte.limite_ouest = -180
2
carte.limite_ouest = -180
3
carte.limite_est   =  180
3
carte.limite_est   =  180
4
carte.limite_sud   = -85.051129
4
carte.limite_sud   = -85.051129
5
carte.limite_nord  =  85.051129
5
carte.limite_nord  =  85.051129
6
 
6
 
7
rayon_terre = 6378137
7
rayon_terre = 6378137
8
zoom_minimal = 3
8
zoom_minimal = 3
9
zoom_maximal = 13
9
zoom_maximal = 13
10
taille_mailles_px = 32
10
taille_mailles_px = 32
11
 
11
 
12
[bdd]
12
[bdd]
13
eflore_table_mailles = 'mailles_index'
-
 
14
eflore_champs_table = 'zoom,axe,position,debut,fin'
-
 
15
13
eflore_table_mailles = "mailles_index"
-
 
14
eflore_champs_table = "zoom,axe,position,debut,fin"
-
 
15
16
16