If my WFS version is 1.0.0 as below
service=WFS&request=GetFeature&version=1.0.0&typename=XXXX&outputFormat=json&srsname=EPSG:3857&cql_filter=DWITHIN(geometry,POINT(63.92449515625001 16.18202625967993),2.0185062969678143,meters) i am getting the data properly,
but the WFS version is 1.1.0 data is not coming properly
service=WFS&request=GetFeature&version=1.1.0&typename=XXXX&outputFormat=json&srsname=EPSG:3857&cql_filter=DWITHIN(geometry,POINT(63.92449515625001 16.18202625967993),2.0185062969678143,meters) the return json not having the data it has proper totalFeatures count only
{ type: "FeatureCollection" totalFeatures: 1 features: [0] crs: null }
أكثر...
service=WFS&request=GetFeature&version=1.0.0&typename=XXXX&outputFormat=json&srsname=EPSG:3857&cql_filter=DWITHIN(geometry,POINT(63.92449515625001 16.18202625967993),2.0185062969678143,meters) i am getting the data properly,
but the WFS version is 1.1.0 data is not coming properly
service=WFS&request=GetFeature&version=1.1.0&typename=XXXX&outputFormat=json&srsname=EPSG:3857&cql_filter=DWITHIN(geometry,POINT(63.92449515625001 16.18202625967993),2.0185062969678143,meters) the return json not having the data it has proper totalFeatures count only
{ type: "FeatureCollection" totalFeatures: 1 features: [0] crs: null }
أكثر...