Skip to content

Commit

Permalink
Add hybrid map option
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaut committed Apr 29, 2014
1 parent 0a486b3 commit 30643cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ define(["jquery", "DQX/data/countries", "DQX/lib/geo_json", "DQX/lib/StyledMarke
zoom: startZoom,
center: startCenter,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.TERRAIN, google.maps.MapTypeId.SATELLITE, 'map_style_simple']
mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.TERRAIN, google.maps.MapTypeId.HYBRID, google.maps.MapTypeId.SATELLITE, 'map_style_simple']
}
};

Expand Down

0 comments on commit 30643cb

Please sign in to comment.