Subversion Repositories eFlore/Applications.cel

Rev

Rev 2981 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2981 Rev 2984
Line 341... Line 341...
341
		zoomDefaut = 4;
341
		zoomDefaut = 4;
342
	} else if(this.nomSciReferentiel == 'apd') {
342
	} else if(this.nomSciReferentiel == 'apd') {
343
		latLng = new google.maps.LatLng(8.75624, 1.80176);// Afrique de l'Ouest et du Centre
343
		latLng = new google.maps.LatLng(8.75624, 1.80176);// Afrique de l'Ouest et du Centre
344
		zoomDefaut = 4;
344
		zoomDefaut = 4;
345
	} else if(this.nomSciReferentiel == 'florical') {
345
	} else if(this.nomSciReferentiel == 'florical') {
346
		latLng = new google.maps.LatLng(-41.65704, 173.49609);// Nouvelle-Calédonie
346
		latLng = new google.maps.LatLng(-21.40722, 165.4541);// Nouvelle-Calédonie
347
		zoomDefaut = 5;
347
		zoomDefaut = 7;
348
	} else if(this.nomSciReferentiel == 'aublet') {
348
	} else if(this.nomSciReferentiel == 'aublet') {
349
		latLng = new google.maps.LatLng(3.80287, -53.09692);// Guyane
349
		latLng = new google.maps.LatLng(3.80287, -53.09692);// Guyane
350
		zoomDefaut = 7;
350
		zoomDefaut = 7;
351
	} else {
351
	} else {
352
		latLng = new google.maps.LatLng(46.30871, 2.54395);// Centre de la France - @WARNING Prémilhat !! :)
352
		latLng = new google.maps.LatLng(46.30871, 2.54395);// Centre de la France - @WARNING Prémilhat !! :)