I am trying to filter out data from a WMS Service by the value of a certain attribute. Here is the WMS link: https://openmaps.gov.bc.ca/geo/pub/WHSE_LAND_AND_NATURAL_RESOURCE.PROT_CURRENT_FIRE_PNTS_SP/ows?SERVICE=WMS&REQUEST=GetCapabilities
Essentially, I am trying to filter out points with the value 'Out' for the 'Fire Status' Attribute and keep all other points with no changes. I have looked into SLD properties but I am not sure if there is an easier way of solving this problem.