Spongerusher
4 Jan 2011, 7:55 AM
Hello,
Just a simple question, why if I just add "useCurrentLocation:true" in the kitchensink map exemple nothing happens?
demos.Map = new Ext.Panel({
layout: 'fit',
items: [{
xtype: 'map'
,useCurrentLocation:true
}]
});
It seems geocalisation doesn't work here but I cant' see why
Just a simple question, why if I just add "useCurrentLocation:true" in the kitchensink map exemple nothing happens?
demos.Map = new Ext.Panel({
layout: 'fit',
items: [{
xtype: 'map'
,useCurrentLocation:true
}]
});
It seems geocalisation doesn't work here but I cant' see why