Hi David,
> If you try:
>
> request.setParameter('FOOBAR','foobar')
>
> then
>
> request.parameter('FOOBAR')
>
> then you get an empty string,
>> Even if I add an 'allowed' parameter by hand:
>>
>>> request.setParameter('FI_POINT_TOLERANCE','25')
Actually, QgsServerRequest and QgsServerParamete
Hi Andreas,
> Can you point me to an example how to create a valid GetMap request
with an SLD submitted?
There's a basic example in unit tests:
https://github.com/qgis/QGIS/blob/master/tests/src/python/test_qgsserver_wms_getmap.py#L1309-L1325
Regards,
Paul
On 4/9/19 4:14 PM, Andreas Neuman