Skip to content

Commit db8de33

Browse files
committed
Google Maps geo view uses hybrid map by default
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Site Geotagged Content Dashlet@1339 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 7ced06d commit db8de33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/web/extras/components/documentlibrary/documentlist-geo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ if (typeof Extras == "undefined" || !Extras)
380380
this.map = new google.maps.Map(Dom.get(mapId), {
381381
center: myLatlng,
382382
zoom: this.zoomLevel,
383-
mapTypeId: this.mapTypeId != null ? this.mapTypeId : google.maps.MapTypeId.ROADMAP
383+
mapTypeId: this.mapTypeId != null ? this.mapTypeId : google.maps.MapTypeId.HYBRID
384384
});
385385

386386
// Update map settings as user preferences

0 commit comments

Comments
 (0)