Skip to content

addOptions not working #8

Description

@elian83

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
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions