tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
91 stars 50 forks source link

Added CQL (Common Query Language) filter for building WMS layers. #1053

Closed douggallup closed 2 months ago

douggallup commented 2 months ago

Added option to include a CQl filter when building a WMS layer, by adding it to the params dict used to build the layer. This can be uesd to filter a layer based on an attribute, filter function, geometric filter, etc.

coveralls commented 2 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling bb9cdb468edc8255168c6dddc949041bbec1b1d1 on douggallup:wms_layer_cql_filter into 3876fc53a07fb2356a33bca6c08d7954e3adbad1 on tethysplatform:main.