Merge remote-tracking branch 'origin/develop/2.1.2' into feature/entity-view-type
This commit is contained in:
commit
db30e8f8d1
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@ export default class TbGoogleMap {
|
|||||||
function initGoogleMap() {
|
function initGoogleMap() {
|
||||||
|
|
||||||
tbMap.map = new google.maps.Map($containerElement[0], { // eslint-disable-line no-undef
|
tbMap.map = new google.maps.Map($containerElement[0], { // eslint-disable-line no-undef
|
||||||
scrollwheel: false,
|
scrollwheel: true,
|
||||||
mapTypeId: getGoogleMapTypeId(tbMap.defaultMapType),
|
mapTypeId: getGoogleMapTypeId(tbMap.defaultMapType),
|
||||||
zoom: tbMap.defaultZoomLevel || 8
|
zoom: tbMap.defaultZoomLevel || 8
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user