fobetor

Results 9 comments of fobetor

I am having the same problem as Stefan, there is no way of displaying features in a gridpanel Thanks Fernando

Hi chris Basically, I am using a feature store to get json features from geoserver store = new GeoExt.data.FeatureStore({ layer: route_layer, fields:[ {name: 'seq',type:'integer'}, {name: 'gid',type:'integer'}, {name: 'name',type:'string'}, {name: 'heading',type:'float'},...

Hi Chris I am using v 2.0.2 from this repository. Thanks

Thanks Chris But now, once I use your code, I get a error in the console: "NetworkError: 404 Not Found - http://172.26.0.100/web/New/proxy/%5Bobject%20Object%5D.js" (I am testing in my local network) I...

Hi Cris No, I am using this: store = new GeoExt.data.FeatureStore({ layer: route_layer, fields:[ {name: 'seq',type:'integer'}, {name: 'gid',type:'integer'}, {name: 'name',type:'string'}, {name: 'heading',type:'float'}, {name: 'cost',type:'float'} ], proxy: Ext.create(GeoExt.data.proxy.Protocol({ reader:Ext.create(GeoExt.data.reader.Feature, {root: 'features'}),...

Escuses, it was my fault, I missed a "comma" in line proxy: Ext.create(GeoExt.data.proxy.Protocol , ({ All works fine now. Thank you very very much You can close the issue. Best...

Thanks Adam Yes, you are rigth, I managed to pass the bbox to the print provider and it works fine. Thank you Fernando

Hello again Adam Another question: Is there a way of changing the projection srs? I see it is defined as EPSG:3857 but if I change this and try touse the...

Thanks ,i will try this