Hi all,<div><br></div><div>I have 2 two differents settings for symbolize my lines (refer to SLD settings below):</div><div><br></div><div>1) a dashed line which is working <b><u>only when I specify the outputformat:</u>  </b>DRIVER &quot;<b>GD</b>/PNG&quot;</div>
<div>**Note that with the driver GD/PNG, the external graphic below is not working but the symbol (ico-ulaval-flag.gif) is copied locally in the /ms_tmp directory.</div><div>It seem to be ignored by mapserver (but raising no error)...</div>
<div><br></div><div>2) a external graphic which is working <b><u>only when I specify the outputformat:</u>  </b>DRIVER &quot;<b>AGG</b>/PNG&quot;</div><div><br></div><div>Q: Is there a way/config to support both at the same time?</div>
<div><br></div><div>any advice?</div><div><br></div><div>Thanks you in advance!</div><div><br></div><div>MartinOuellet</div><div><br></div><div>SLD settings:</div><div>______________________________________________________________________________________</div>
<div><br></div><div>&lt;!--line with a dashed pattern-&gt;</div><div><div>&lt;se:LineSymbolizer&gt;</div><div>  &lt;se:Stroke&gt;</div><div>    &lt;sld:CssParameter name=&quot;stroke&quot;&gt;#000A99&lt;/sld:CssParameter&gt;</div>
<div>    &lt;sld:CssParameter name=&quot;stroke-dasharray&quot;&gt;6.0 2.0 1.0 2.0 1.0 2.0 1.0 2.0 4.0&lt;/sld:CssParameter&gt;</div><div>    &lt;sld:CssParameter name=&quot;stroke-width&quot;&gt;1.0&lt;/sld:CssParameter&gt;</div>
<div>  &lt;/se:Stroke&gt;</div><div>&lt;/se:LineSymbolizer&gt;</div></div><div><br></div><div>&lt;!--line with a external graphic symbol-&gt;</div><div><div>&lt;se:LineSymbolizer&gt;</div><div>  &lt;se:Stroke&gt;</div><div>
    &lt;se:GraphicStroke&gt;</div><div>      &lt;se:Graphic&gt;</div><div>        &lt;ExternalGraphic&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>  &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;<a href="http://www.fsi.ulaval.ca/typo3conf/ext/Annuaire_facultaire/images/ico-ulaval-flag.gif">http://www.fsi.ulaval.ca/typo3conf/ext/Annuaire_facultaire/images/ico-ulaval-flag.gif</a>&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>  &lt;Format&gt;image/gif&lt;/Format&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/ExternalGraphic&gt;</div><div>        &lt;Size&gt;10.0&lt;/Size&gt;</div>
<div>    &lt;/se:Graphic&gt;</div><div>  &lt;/se:GraphicStroke&gt;</div><div>  &lt;/se:Stroke&gt;</div><div>&lt;/se:LineSymbolizer&gt;</div></div>