/[openfoncier]/trunk/dyn/var_sig.inc
ViewVC logotype

Diff of /trunk/dyn/var_sig.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 296 by fraynaud, Fri Feb 3 18:43:56 2012 UTC revision 332 by fraynaud, Tue May 29 10:08:00 2012 UTC
# Line 3  Line 3 
3  // parametrage  // parametrage
4  // *** sig_point.php ***  // *** sig_point.php ***
5  // generer une cle pour le site : http://code.google.com/intl/fr/apis/maps/signup.html  // generer une cle pour le site : http://code.google.com/intl/fr/apis/maps/signup.html
6  $cle_google = "xxxxxxxxxxxxxxxxxxxx";  $cle_google = "";
7  $fichier_jsons="sig_json.php?obj=";  $fichier_jsons="sig_json.php?obj=";
8  $fichier_wkt="sig_wkt.php";  $fichier_wkt="sig_wkt.php";
9  //zoom par couche : zoom standard permettant un passage de zoom a l autre  //zoom par couche : zoom standard permettant un passage de zoom a l autre
# Line 31  $img_w=14; Line 31  $img_w=14;
31  $img_h=32;  $img_h=32;
32  $img_click="1.3";// multiplication hauteur et largeur image cliquee  $img_click="1.3";// multiplication hauteur et largeur image cliquee
33  // *** SIG POINT CLASS  // *** SIG POINT CLASS
34  $contenu_etendue[0]= array('5.5155,43.4081,5.5781,43.4426');  //$contenu_etendue[0]= array('5.5155,43.4081,5.5781,43.4426');
35  $contenu_etendue[1]= array('commune');  //$contenu_etendue[1]= array('greasque');
36    $contenu_etendue[0]= array('4.5868,43.6518,4.6738,43.7018',
37                              '4.701,43.3966,4.7636,43.4298',
38                              '4.71417,43.64,4.72994,43.65166',
39                              '4.72345,43.55348,4.73134,43.55932',
40                              '4.222,43.4,4.95,43.706'
41                              );
42    $contenu_etendue[1]= array('agglomeration',
43                              'salin de giraud',
44                              'raphele',
45                              'Mas thibert',
46                              'commune'
47                              );
48  $contenu_epsg[0] = array("","EPSG:2154","EPSG:27563");  $contenu_epsg[0] = array("","EPSG:2154","EPSG:27563");
49  $contenu_epsg[1] = array("choisir la projection",'lambert93','lambertSud');  $contenu_epsg[1] = array("choisir la projection",'lambert93','lambertSud');
50    $type_geometrie[0] = array("","point","line","polygon");
51    $type_geometrie[1] = array("choisir le type de géométrie",'point','ligne','polygone');
52  ?>  ?>

Legend:
Removed from v.296  
changed lines
  Added in v.332

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26