|
Hello Team,
We are facing the below issue with WFS GetFeature Request.
That is, Response gives different Feature count with type-name and* without type-name* having same FeatureIDs passed.
Below sample requests are for your reference
case-1: With type-name http://localhost:8080/geoserver/sf/wfs?REQUEST=GetFeature&version=2.0.0&outputFormat=application/json&typeName=sf:roads&FEATUREID=roads.47,roads.50 Result:- Passed 2 featureids(roads.47,roads.50) as parameter and result gives 2 features If we will pass 3 featureids as parameter then outcome will be 3
case-2: Without type-name with same feature type http://localhost:8080/geoserver/sf/wfs?REQUEST=GetFeature&version=2.0.0&outputFormat=application/json&FEATUREID=roads.47,roads.50 Result:- Passed 2 featureids(roads.47,roads.50) as parameter and result gives 4 features If we will pass 3 featureids as parameter then outcome will be 9
So concern is with 2nd case. We are getting wrong result from the WFS Request.
Thanks
|