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

Annotation of /trunk/dyn/var_sig.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 296 - (hide annotations)
Fri Feb 3 18:43:56 2012 UTC (13 years ago) by fraynaud
File size: 1229 byte(s)
mise en oeuvre greasque


1 fraynaud 141 <?php
2     // $Id: var.inc,v 1.3 2010-09-09 15:36:39 fraynaud Exp $
3     // parametrage
4     // *** sig_point.php ***
5     // generer une cle pour le site : http://code.google.com/intl/fr/apis/maps/signup.html
6     $cle_google = "xxxxxxxxxxxxxxxxxxxx";
7     $fichier_jsons="sig_json.php?obj=";
8     $fichier_wkt="sig_wkt.php";
9     //zoom par couche : zoom standard permettant un passage de zoom a l autre
10     $zoom_osm_maj=18;
11     $zoom_osm=14;
12     $zoom_sat_maj=8;
13     $zoom_sat=4;
14     $zoom_bing_maj=8;
15     $zoom_bing=4;
16     // popup data contenuHTML
17     $width_popup=200;
18     $cadre_popup=1;
19     $couleurcadre_popup="black";
20     $fontsize_popup=12;
21     $couleurtitre_popup="black";
22     $weightitre_popup="bold";
23     $fond_popup="yellow";
24     $opacity_popup="0.7";
25     // image localisation maj ou consultation
26     $img_maj="../img/punaise_sig.png";
27     $img_maj_hover="../img/punaise_hover.png";
28     $img_consult="../img/punaise_point.png";
29     $img_consult_hover="../img/punaise_point_hover.png";
30     $img_w=14;
31     $img_h=32;
32     $img_click="1.3";// multiplication hauteur et largeur image cliquee
33     // *** SIG POINT CLASS
34 fraynaud 296 $contenu_etendue[0]= array('5.5155,43.4081,5.5781,43.4426');
35     $contenu_etendue[1]= array('commune');
36 fraynaud 141 $contenu_epsg[0] = array("","EPSG:2154","EPSG:27563");
37     $contenu_epsg[1] = array("choisir la projection",'lambert93','lambertSud');
38     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26