CQL查询:Geoserver 2.5.2 CQL BBOX过滤器

时间:2014-10-30 08:23:04

标签: cql geoserver

尝试使用CQL边界框过滤器,但得到如下奇怪的结果:

loadFeatures({"type":"FeatureCollection","totalFeatures":15640,"features":[]})

因为它是bbox中的15640功能,但是为什么没有它们的列表和功能只是空列表。

我的要求如下:

http://loom-gis.geo.ut.ee:8080/geoserver/ermas/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=ermas:testdata_geopnt&outputFormat=text/javascript&format_options=callback:loadFeatures&maxFeatures=50&srsname=EPSG:3301&EPSG:3301&CQL_FILTER=%28BBOX%28geometry,494981.10875,%206437855.3625,%20684824.8587499999,%206569105.3625%29%29