<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"
  xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <NamedLayer>
    <Name>vis_road_bd_device_day_wms_dynamic_cat</Name>
    <UserStyle>
      <Title>A dark yellow line style</Title>
      <FeatureTypeStyle>
        <Rule>
          <Title>dark yellow line</Title>
          <LineSymbolizer>
            <Stroke>
              <CssParameter name="stroke">
              <ogc:Function name="Categorize">
                 <ogc:PropertyName>pm25</ogc:PropertyName>
              <ogc:Literal>#0dd4f7</ogc:Literal>
              <ogc:Literal>15</ogc:Literal>
              <ogc:Literal>#23fe9f</ogc:Literal>
              <ogc:Literal>35</ogc:Literal>
              <ogc:Literal>#078901</ogc:Literal>
              <ogc:Literal>50</ogc:Literal>
              <ogc:Literal>#d4fe23</ogc:Literal>
              <ogc:Literal>75</ogc:Literal>
              <ogc:Literal>#FFFF00</ogc:Literal>
              <ogc:Literal>150</ogc:Literal>
              <ogc:Literal>#febf23</ogc:Literal>
              <ogc:Literal>250</ogc:Literal>
              <ogc:Literal>#fe7c23</ogc:Literal>
              <ogc:Literal>350</ogc:Literal>
              <ogc:Literal>#F70F0D</ogc:Literal>
              <ogc:Literal>500</ogc:Literal>
              <ogc:Literal>#8A0B73</ogc:Literal>
              <ogc:Literal>700</ogc:Literal>
              <ogc:Literal>#88041E</ogc:Literal>
              </ogc:Function>
              </CssParameter>            
            </Stroke>
          </LineSymbolizer>
        </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>
