[Users] autoPanMapOnSelection do not work
Francisco Salas Rosette
fsalas at pinar.geocuba.cu
Thu Jul 23 13:24:51 CEST 2015
hi, I have one situation, need that when I select one feature in the grid
panel , this feature recenter in the map
My code:
.
.
gridPanel_barcos = Ext.create('Ext.grid.GridPanel', {
title: "Barcos",
region: "east",
store: store_barcos,
width: '100%',
height: 490,
autoPanMapOnSelection: true,
columns: [
{text: "País", flex: 0.5, dataIndex:
'CodPais',renderer:mostrar},
{
header: "Nombre",
flex: 2,
dataIndex: "Nombre"
}],
selType: 'featuremodel',
listeners:{
itemclick: function (View, record) {
// alert(record.data.Nombre);
// mapPanel.map.recenterToSelectionExtent();
}
}
});
.
.
I use the autoPanMapOnSelection: true, propertie , but dont work
What is my problems????
Any suggestion,
Regards,
Francisco Salas
----------------------------------------------------------------------------------------------------
Anuncie sus servicios en ANDARIEGO
aplicación para celulares sobre mapas de toda Cuba.
Visite el sitio http://andariego.geocuba.cu o http://www.andariego.cu, contáctenos por el correo andariego at geosi.geocuba.cu o por el teléfono 8817400.
Ponga su información al servicio de todos.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20150723/be54e415/attachment.htm
More information about the Users
mailing list