view style-templates/waterway_area.sld-template @ 5155:20f338cb4d48

Add forgotten cleanup of fairway dimensions This is actually a fixup of rev. e21cbb9768a2, that added database schema version 1431 with a constraint trigger preventing new or updated rows to have a duplicate area but missed to cleanup existing data. So cleanup now, before the duplicates hurt in future imports that try to keep the duplicates in history.
author Tom Gottfried <tom@intevation.de>
date Wed, 01 Apr 2020 19:01:08 +0200
parents 43c52a2d4f17
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<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>waterway_area</Name>
    <UserStyle>
      <Title>A yellow polygon style</Title>
      <FeatureTypeStyle>
        <Rule>
          <Title>yellow polygon</Title>
          <PolygonSymbolizer>
            <Stroke>
	       <CssParameter name="stroke">{{ .waterway_area_stroke }}</CssParameter>
              <CssParameter name="stroke-width">1</CssParameter>
            </Stroke>
          </PolygonSymbolizer>
        </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>