1

我正在使用 Extjs、GeoExt2、Openlayers 等开发一个 Web 项目。我正在使用 FormPanelGeoExt2 通过过滤器发出 wfs 请求。 GeoExt Api 链接

var formPanel = Ext.create('Ext.form.Panel', {
           renderTo: "formpanel",
           items: [{
               xtype: "textfield",
               name: "name__like",
               value: "mont"
           }, {
               xtype: "textfield",
               name: "elevation__ge",
               value: "2000"
           }]
       });

我在 wfs 中创建了一个像“ cond1 AND cond2 AND..”这样的过滤器。我想对它们都使用ANDOR定义。我应该怎么办?

4

0 回答 0