Skip to content

Feature: implement subsetstring

Florent Fougeres requested to merge feature/implement-subsetstring into main

The aim of this MR is to:

  • Implement the subsetString in the provider. This allows the user to set a filter on the layer.
  • Then, in the iterator, you need to adapt the executed request if a subsetString is defined.
  • Add unit tests to test all this

To illustrate the feature, we log the request that is executed by the iterator : image

We now need to test this, but its implementation should enable the provider to take into account the filters provided on WMS requests.

Thanks @jcabieces for your help 😄

Edited by Florent Fougeres

Merge request reports