Subversion Repositories Applications.bazar

Rev

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

Rev 475 Rev 476
Line 58... Line 58...
58
 
58
 
59
		var optionsGoogleMapsv3 = {
59
		var optionsGoogleMapsv3 = {
60
			// On centre la carte sur le languedoc roussillon
60
			// On centre la carte sur le languedoc roussillon
61
			center: new google.maps.LatLng(43.84245116699036, 3.768310546875),
61
			center: new google.maps.LatLng(43.84245116699036, 3.768310546875),
62
			zoom: 7,
-
 
63
			mapTypeId: google.maps.MapTypeId.G_HYBRID_MAP,
62
			zoom: 7,
64
			mapTypeId: "OSM",
63
			mapTypeId: "OSM",
65
			mapTypeControlOptions: {
64
			mapTypeControlOptions: {
66
			mapTypeIds: ["OSM", 
65
				mapTypeIds: ["OSM", 
67
				google.maps.MapTypeId.ROADMAP,
66
					google.maps.MapTypeId.ROADMAP,
68
				google.maps.MapTypeId.HYBRID,
67
					google.maps.MapTypeId.HYBRID,
69
				google.maps.MapTypeId.SATELLITE,
68
					google.maps.MapTypeId.SATELLITE,
70
				google.maps.MapTypeId.TERRAIN]
69
					google.maps.MapTypeId.TERRAIN]
71
			},
70
			},
72
			mapTypeControl: true,
71
			mapTypeControl: true,
73
			scaleControl: true
72
			scaleControl: true
74
		};
73
		};