<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi there,<br>
    <br>
    I have updated both  issues in trac. It would be good if you could
    add yourself in cc in the bugs and comment on them.<br>
    I agree that #1166 is still relevant and could be fixed for 6.2.  I
    am not sure if #1602 is something that needs to be done and fits the
    way the specs describe sld and wms. <br>
    <br>
    best regards,<br>
     <br>
    <br>
    On 15/04/2011 9:39 AM, Hollingbery, Julian wrote:
    <blockquote
cite="mid:53D7A0A1A7E1B94689D14547F9262CF60B0BA004@resc-ex002.res.adroot.dk"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="MS Exchange Server version
        6.5.7654.12">
      <title>SLD support: Anyone for fixing 5 yr old tickets?</title>
      <!-- Converted from text/rtf format -->
      <p><font face="Arial" size="2">Hi list,</font>
      </p>
      <p><font face="Arial" size="2">I have just joined the list for the
          following reason: We have been running SLD-enabled WMS
          services for some years now, on a closed source platform. For
          that, and several other reasons, we are now looking at using
          MapServer as a replacement. I have compared our existing
          platform and MapServer 5.6.6, and have noticed a couple of
          incompatibilities. After having looked around, I find that
          both of these issues exist as old tickets:</font></p>
      <p><a moz-do-not-send="true"
          href="http://trac.osgeo.org/mapserver/ticket/1602"><u><font
              color="#0000ff" face="Arial" size="2">http://trac.osgeo.org/mapserver/ticket/1602</font></u></a>
        <br>
        <a moz-do-not-send="true"
          href="http://trac.osgeo.org/mapserver/ticket/1166"><u><font
              color="#0000ff" face="Arial" size="2">http://trac.osgeo.org/mapserver/ticket/1166</font></u></a>
      </p>
      <p><font face="Arial" size="2">We do not have the developer
          resources to provide patches, so I am looking for someone to
          do it for us. Our migration is organized as a project, for
          which we have some funds. Therefore, I am looking for someone
          who would be willing to provide me with an estimate of what it
          would cost (time and/or money) to come up with a patch.</font></p>
      <p><font face="Arial" size="2">Regarding #1602, what I would like
          to achieve is to highlight an object given by a ogc:Filter,
          while rendering the remaining objects in that layer in the
          default style. I could of course use an ElseFilter, but since
          this is a question of providing backward compatibility, I'd
          prefer not to. It is not exactly the same thing as in #1602,
          but it seems to me that it might be the same fix.</font></p>
      <p><font face="Arial" size="2">My particular SLD looks something
          like this:</font>
      </p>
      <p><font face="Arial" size="2"><StyledLayerDescriptor
          version="1.0.0" xmlns="<a moz-do-not-send="true"
            href="http://www.opengis.net/sld">http://www.opengis.net/sld</a>"
          xmlns:ogc="<a moz-do-not-send="true"
            href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>"></font>
        <br>
                <font face="Arial" size="2"><NamedLayer></font>
        <br>
                        <font face="Arial" size="2"><Name>Jordstykke</Name></font>
        <br>
                        <font face="Arial" size="2"><UserStyle></font>
        <br>
                                <font face="Arial" size="2"><FeatureTypeStyle></font>
        <br>
                                        <font face="Arial" size="2"><Rule></font>
        <br>
                                                <font face="Arial"
          size="2"><ogc:Filter></font>
        <br>
                                                        <font
          face="Arial" size="2"><And></font>
        <br>
                                                                <font
          face="Arial" size="2"><ogc:PropertyIsEqualTo></font>
        <br>
                                                                       
        <font face="Arial" size="2"><ogc:PropertyName>landsejerlavskode</ogc:PropertyName></font>
        <br>
                                                                       
        <font face="Arial" size="2"><ogc:Literal>90552</ogc:Literal></font>
        <br>
                                                                <font
          face="Arial" size="2"></ogc:PropertyIsEqualTo></font>
        <br>
                                                                <font
          face="Arial" size="2"><ogc:PropertyIsEqualTo></font>
        <br>
                                                                       
        <font face="Arial" size="2"><ogc:PropertyName>matrikelnummer</ogc:PropertyName></font>
        <br>
                                                                       
        <font face="Arial" size="2"><ogc:Literal>7fv</ogc:Literal></font>
        <br>
                                                                <font
          face="Arial" size="2"></ogc:PropertyIsEqualTo></font>
        <br>
                                                        <font
          face="Arial" size="2"></And></font>
        <br>
                                                <font face="Arial"
          size="2"></ogc:Filter></font>
        <br>
                                                <font face="Arial"
          size="2"><PolygonSymbolizer></font>
        <br>
                                                        <font
          face="Arial" size="2"><Fill></font>
        <br>
                                                                <font
          face="Arial" size="2"><CssParameter
          name="fill">#0000FF</CssParameter></font>
        <br>
                                                                <font
          face="Arial" size="2"><CssParameter
          name="fill-opacity">1</CssParameter></font>
        <br>
                                                        <font
          face="Arial" size="2"></Fill></font>
        <br>
                                                        <font
          face="Arial" size="2"><Stroke></font>
        <br>
                                                                <font
          face="Arial" size="2"><CssParameter
          name="stroke">#FF0000</CssParameter></font>
        <br>
                                                                <font
          face="Arial" size="2"><CssParameter
          name="stroke-width">3</CssParameter></font>
        <br>
                                                        <font
          face="Arial" size="2"></Stroke></font>
        <br>
                                                <font face="Arial"
          size="2"></PolygonSymbolizer></font>
        <br>
                                        <font face="Arial" size="2"></Rule></font>
        <br>
                                <font face="Arial" size="2"></FeatureTypeStyle></font>
        <br>
                        <font face="Arial" size="2"></UserStyle></font>
        <br>
                <font face="Arial" size="2"></NamedLayer></font>
        <br>
                <font face="Arial" size="2"><NamedLayer></font>
        <br>
                        <font face="Arial" size="2"><Name>Jordstykke</Name></font>
        <br>
                        <font face="Arial" size="2"><NamedStyle></font>
        <br>
                                <font face="Arial" size="2"><Name>default</Name></font>
        <br>
                        <font face="Arial" size="2"></NamedStyle></font>
        <br>
                <font face="Arial" size="2"></NamedLayer></font>
        <br>
        <font face="Arial" size="2"></StyledLayerDescriptor></font>
      </p>
      <br>
      <p><font face="Arial" size="2">Thanks in advance,</font>
        <br>
        <font face="Arial" size="2">Julian Hollingbery</font>
        <br>
        <font face="Arial" size="1">Danish Ministry of The Environment,
          National Survey and Cadastre</font>
      </p>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
----------------------------------------------------------------
Assefa Yewondwossen           
Software Analyst   

Email: <a class="moz-txt-link-abbreviated" href="mailto:yassefa@dmsolutions.ca">yassefa@dmsolutions.ca</a>    
<a class="moz-txt-link-freetext" href="http://www.dmsolutions.ca/">http://www.dmsolutions.ca/</a>

Phone: (613) 565-5056 (ext 14)
Fax:   (613) 565-0925
----------------------------------------------------------------

</pre>
  </body>
</html>