-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels