Skip to content

Commit

Permalink
Merge pull request #1 from cimobsas2012/mapcontrols
Browse files Browse the repository at this point in the history
modificando controles demapa
  • Loading branch information
manuchis committed May 12, 2012
2 parents 10a6509 + ea0536e commit 2278677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ var filmlist = new Array();
function mapa(filmlist){

var myOptions = {
zoom:12,minZoom: 9,center:baires,mapTypeId:google.maps.MapTypeId.ROADMAP,streetViewControl: false,styles: mapStyles
zoom:12,minZoom: 9,center:baires,mapTypeId:google.maps.MapTypeId.ROADMAP, mapTypeControl: false,
streetViewControl: false,styles: mapStyles
};
map = new google.maps.Map(document.getElementById('map_canvas'),
myOptions);
Expand Down

0 comments on commit 2278677

Please sign in to comment.