qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.68k stars 3.02k forks source link

WFS: DWithin support #20261

Open qgib opened 9 years ago

qgib commented 9 years ago

Author Name: Jeffrey Bostoen (Jeffrey Bostoen) Original Redmine Issue: 12059

Redmine category:web_services_clients/wfs


It would be great to have DWithin support for WFS-requests.

QGis can already buffer, so this shouldn't be had to implement?

qgib commented 9 years ago

Author Name: Jeffrey Bostoen (Jeffrey Bostoen)


(mistake, sorry)

qgib commented 9 years ago

Author Name: Giovanni Manghi (@gioman)


How this would work from the user/gui point of view?


qgib commented 9 years ago

Author Name: Jeffrey Bostoen (Jeffrey Bostoen)


Perhaps this might add more info:

From the GUI in QGis client, I just imagine the ability of doing a spatial selection, similar to the existing ones. Probably similar to intersect (after performing a buffer)?

qgib commented 9 years ago

Author Name: Giovanni Manghi (@gioman)


Jeffrey Bostoen wrote:

Perhaps this might add more info:

From the GUI in QGis client, I just imagine the ability of doing a spatial selection, similar to the existing ones. Probably similar to intersect (after performing a buffer)?

I can't see how do achieve that in the wfs client as it is implemented now, but of course anything could be done :)


qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)