Open elian83 opened 13 years ago
Hi,
I'm using Ext.ux.GMapPanel3.js + ExtJS 4.0.2a.
Function "addOptions" (line 571) in Ext.ux.GMapPanel3.js is doing nothing. I had to change it to:
addOptions : function(){ this.getMap().setOptions(this.mapConfOpts); }
and then I can set the MapOptions like this:
mapConfOpts: { scrollwheel: false, disableDoubleClickZoom: true, draggable: false, streetViewControl: false, disableDefaultUI: true }
Thanks in advance.
Working on this one.
Hi,
I'm using Ext.ux.GMapPanel3.js + ExtJS 4.0.2a.
Function "addOptions" (line 571) in Ext.ux.GMapPanel3.js is doing nothing. I had to change it to:
and then I can set the MapOptions like this:
Thanks in advance.