[mapserver-users] Are WMS GetFeatureInfo results ordered by distance?

2012-08-17 Thread Rahkonen Jukka
Hi, What results will be selected if GetFeatureInfo finds more features within the tolerance than used as FEATURE_COUNT parameter? Are they selected by distance are they just the first hits? If they were ordered by distance then GetFeatureInfo could be used for finding N nearest features

Re: [mapserver-users] GetCoverage with WCS 2.0.0: Unknown parameter time

2012-08-17 Thread Stephan Meißl
Hi Jonas, sorry for my late reply. Could you please try with MapServer 6.0.3 and report back? I suspect it's related to #4307 [1]. cu Stephan [1] https://github.com/mapserver/mapserver/issues/4307 On Tue, 2012-07-17 at 12:06 -0500, Jonas Eberle wrote: Hi Stephan, I am using Mapserver

Re: [mapserver-users] Are WMS GetFeatureInfo results ordered by distance?

2012-08-17 Thread Lime, Steve D (DNR)
Order is determined by the order of the features in the underlying data source. To do what you suggest, a good idea BTW, we'd need to change things a bit: - need to log distance computation - need to develop a sort utility - need to alter certain query code to apply a feature count at the