Re: [Geoserver-users] sortBy in WFS Url request

2016-04-19 Thread Jonathan Moules
Hi Nhan, I think you could do this with a "group by NAME" in an SQL View - http://docs.geoserver.org/stable/en/user/data/database/sqlview.html - at that point each Name will only appear once as far as the layer is concerned. Cheers, jonathan On Tue, 19 Apr 2016 14:15:49 +0100 Nhan Vo

[Geoserver-users] sortBy in WFS Url request

2016-04-19 Thread Nhan Vo
Hi, Assuming I have a feature /Person /with a /name /attribute, and in PostGIS store I have: Person 1: name=Ann Person 2: name=Ann Person 3: name=Ann Person 4: name=Ba Person 5: name=Bo Person 6: name=Clech Then with the following pseudo WFS GetFeature Url / //http://example.com/geoserver/wfs