尝试使用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发布于 2014-11-06 07:43:33
尝试wfs版本1.0.0
这一请求:
FILTER=%28BBOX%28geometry,494981.10875,%206437855.3625,%20684824.8587499999,%206569105.3625%29%29
https://stackoverflow.com/questions/26648104
复制相似问题