Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-11-17 Thread Nicolas Boisteault
Hi, I'm talking about OGC filters which are undocumented currently. I found this feature here : https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104 Niki Oro, you can try this filter changing geometry name, projection and coordinates : FILTER=Name>geomsrsName='EPSG:3857'>-32,6

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-11-17 Thread DelazJ
Hi Nicolas, about the filter parameter, are you referring to https://docs.qgis.org/3.16/en/docs/server_manual/services.html#filter ? That said, there is already a bbox parameter for the wms service : https://docs.qgis.org/3.16/en/docs/server_manual/services.html#bbox Regards, Harrissou Le mar. 17

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-11-17 Thread niki oro
I wasn't lucky :( Could you show me some examples of using OGC geographical filters with WMS getMap, please? Thank you Il giorno lun 2 nov 2020 alle ore 09:58 niki oro ha scritto: > Thanks, I'll check it out. > > Il giorno sab 31 ott 2020 alle ore 21:42 Nicolas Boisteault < > nboistea...@3liz.c

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-11-02 Thread niki oro
Thanks, I'll check it out. Il giorno sab 31 ott 2020 alle ore 21:42 Nicolas Boisteault < nboistea...@3liz.com> ha scritto: > Hi, > You can use OGC filter with wms. It is undocumented but you can look at > this QEP : https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104 > > Le sam. 31 oct.

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-10-31 Thread nagyrobi_r
hei! Not very experienced with qgis server,and i have not tested this. I have some experience with geoserver. Just skimmed through the official docs and found the following: https://docs.qgis.org/3.16/en/docs/server_manual/services.html#wms-bbox I would assume that since this not a required

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-10-31 Thread Nicolas Boisteault
Hi, You can use OGC filter with wms. It is undocumented but you can look at this QEP : https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104 Le sam. 31 oct. 2020 à 17:17, niki oro a écrit : > Hi everyone, > > I'm working with a layer which I need to filter in a WMS GetMap request by > ad

[Qgis-user] QgisServer - WMS getMap with geographical filters

2020-10-31 Thread niki oro
Hi everyone, I'm working with a layer which I need to filter in a WMS GetMap request by adding a BBOX query in order to retrieve only a subset of information. I suppose that the right way to accomplish this is by adding a kind of CQL filter, but I cannot find the proper manner. I tried with this: