Hello

I'm trying to get the most simple map to show in ExtJS, copying the
MapPanel example from GeoExt, but All I get is the following error:
Object GeoExt.panel.Map has no method 'apply'

It seems to be raised in the loader:

        Ext.Loader.setConfig({
            enabled: true,
            disableCaching: false,
            paths: {
                GeoExt: "GeoExt",
                Ext: "ext/src"
            }
        });

The paths are those (approot/GeoExt contains the GeoExt js files and
folders, and ext/src contains the extjs files and folders).

Thanks you
_______________________________________________
Users mailing list
Users@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to