Subversion Repositories Applications.bazar

Rev

Rev 416 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 416 Rev 418
Line 63... Line 63...
63
	  map.addControl(new GMapTypeControl());
63
	  map.addControl(new GMapTypeControl());
64
	  map.addControl(new GScaleControl());
64
	  map.addControl(new GScaleControl());
65
	  map.enableContinuousZoom();
65
	  map.enableContinuousZoom();
Line 66... Line 66...
66
	
66
	
67
	  // On centre la carte sur le languedoc roussillon
67
	  // On centre la carte sur le languedoc roussillon
68
	  center = new GLatLng(47.0833015, 2.4000001);
68
	  center = new GLatLng(47.0833015, 2.35000001);
69
      map.setCenter(center, 6);
69
      map.setCenter(center, 6);
70
	  //marker = new GMarker(center, {draggable: true}) ;
70
	  //marker = new GMarker(center, {draggable: true}) ;
71
      GEvent.addListener(map, "click", function(marker, point) {
71
      GEvent.addListener(map, "click", function(marker, point) {
72
	    if (marker) {
72
	    if (marker) {