Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1627 → Rev 1653

/trunk/client/bottin/configuration/bottin.config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bottin.config.inc.php,v 1.20 2007-10-01 12:17:02 alexandre_tb Exp $
// CVS : $Id: bottin.config.inc.php,v 1.21 2007-10-12 10:03:59 alexandre_tb Exp $
/**
* Fichier de configuration de l'application d'inscription/annuaire
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.20 $ $Date: 2007-10-01 12:17:02 $
*@version $Revision: 1.21 $ $Date: 2007-10-12 10:03:59 $
// +------------------------------------------------------------------------------------------------------+
*/
//================================= CONSTANTES DB ==================================
235,15 → 235,20
define ('INS_GOOGLE_KEY', '');
 
if (defined ('INS_GOOGLE_KEY')) {
define ('INS_GOOGLE_CENTRE_LAT', '');
define ('INS_GOOGLE_CENTRE_LON', '');
define ('INS_GOOGLE_ALTITUDE', ''); // de 1 a 15
define ('INS_GOOGLE_TYPE_DE_VUE', 'G_HYBRID_MAP');
define ('INS_GOOGLE_CENTRE_LAT', '43.59033826146747');
define ('INS_GOOGLE_CENTRE_LON', '3.44970703125');
define ('INS_GOOGLE_ALTITUDE', '8'); // de 1 a 15
define ('INS_GOOGLE_TYPE_DE_VUE', 'G_HYBRID_MAP');
define ('INS_GOOGLE_IMAGE_LARGEUR', 600); // en pixel
define ('INS_GOOGLE_IMAGE_HAUTEUR', 450);
}
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.20 2007-10-01 12:17:02 alexandre_tb
* ajout de la constante INS_GOOGLE_TYPE_DE_VUE
*
* Revision 1.19 2007-09-06 08:26:05 alexandre_tb
* suppression de constantes qui ont migres dans la table inscription_config
* ajout de constantes pour la carte GOOGLE