Skip to content

Commit

Permalink
Set default map style back to ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
notlion committed Apr 4, 2012
1 parent 46cc61c commit 8f077d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -99,7 +99,7 @@ function(core, material, Arcball, util, sv){
mapTypeControlOptions: {
mapTypeIds: [ gm.MapTypeId.ROADMAP, gm.MapTypeId.HYBRID, MAPTYPE_8BIT ]
},
mapTypeId: MAPTYPE_8BIT, //gm.MapTypeId.ROADMAP,
mapTypeId: gm.MapTypeId.ROADMAP,
streetViewControl: false,
keyboardShortcuts: false
});
Expand Down

0 comments on commit 8f077d8

Please sign in to comment.