Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2408 Rev 2553
Line 233... Line 233...
233
	latLng = new google.maps.LatLng(latitude, longitude);
233
	latLng = new google.maps.LatLng(latitude, longitude);
234
	deplacerMarker(latLng);
234
	deplacerMarker(latLng);
235
}
235
}
Line 236... Line 236...
236
 
236
 
237
function initialiserGoogleMap(){
237
function initialiserGoogleMap(){
238
	// Carte
238
	// Carte @TODO mettre ça dans la config
239
	if(NOM_SCI_REFERENTIEL == 'bdtxa') {
239
	if(NOM_SCI_REFERENTIEL == 'bdtxa') {
240
		var latLng = new google.maps.LatLng(14.6, -61.08334);// Fort-De-France
240
		var latLng = new google.maps.LatLng(14.6, -61.08334);// Fort-De-France
241
		var zoomDefaut = 8;
241
		var zoomDefaut = 8;
242
	} else if(NOM_SCI_REFERENTIEL == 'isfan') {
242
	} else if(NOM_SCI_REFERENTIEL == 'isfan') {