Hi All,<br><br>There have been a backward incompatible change in <a href="http://trac.osgeo.org/gdal/changeset/19724">r19724</a> related to the OGR style string format. According to this change the separator in the feature style id has been changed from &#39;.&#39; to &#39;,&#39;<br>
Unfortunately such kind of changes may cause existing applications to work incorrectly and would also need to be fixed. For instance this change affects the mapserver function msOGRGetSymbolId in <a href="http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapogr.cpp">mapogr.cpp</a> as well. So as to fix this issue in mapserver, we would probably require to keep the original code simultaneously, depending on the gdal version. <br>
<br>I&#39;d be curious to know whether we have any compelling reason to apply these modifications, or we just wanted to follow the <a href="http://www.gdal.org/ogr/ogr_feature_style.html">feature style specification</a> with these changes? In the latter case I would personally in favour of reverting these changes in gdal and handle this issue by fixing the feature style documentation to follow the original syntax.<br>
<br>Any ideas?<br><br><br>Best regards,<br><br>Tamas<br><br><br>