We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced06d commit db8de33Copy full SHA for db8de33
source/web/extras/components/documentlibrary/documentlist-geo.js
@@ -380,7 +380,7 @@ if (typeof Extras == "undefined" || !Extras)
380
this.map = new google.maps.Map(Dom.get(mapId), {
381
center: myLatlng,
382
zoom: this.zoomLevel,
383
- mapTypeId: this.mapTypeId != null ? this.mapTypeId : google.maps.MapTypeId.ROADMAP
+ mapTypeId: this.mapTypeId != null ? this.mapTypeId : google.maps.MapTypeId.HYBRID
384
});
385
386
// Update map settings as user preferences
0 commit comments