CQL query: Geoserver 2.5.2 CQL BBOX filter -



CQL query: Geoserver 2.5.2 CQL BBOX filter -

trying utilize cql bounding box filter, unusual result this:

loadfeatures({"type":"featurecollection","totalfeatures":15640,"features":[]})

as 15640 features in bbox, why there no list of them , features empty list.

my request following:

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

try wfs version 1.0.0

this request :

http://loom-gis.geo.ut.ee:8080/geoserver/ows?service=wfs&version=1.0.0&request=getfeature&typename=ermas:testdata_geopnt&srsname=epsg:3301&outputformat=text/javascript&format_options=callback:loadfeatures&cql_filter=%28bbox%28geometry,494981.10875,%206437855.3625,%20684824.8587499999,%206569105.3625%29%29

cql geoserver

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -