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 "<b>GD</b>/PNG"</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 "<b>AGG</b>/PNG"</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><!--line with a dashed pattern-></div><div><div><se:LineSymbolizer></div><div>  <se:Stroke></div><div>    <sld:CssParameter name="stroke">#000A99</sld:CssParameter></div>
<div>    <sld:CssParameter name="stroke-dasharray">6.0 2.0 1.0 2.0 1.0 2.0 1.0 2.0 4.0</sld:CssParameter></div><div>    <sld:CssParameter name="stroke-width">1.0</sld:CssParameter></div>
<div>  </se:Stroke></div><div></se:LineSymbolizer></div></div><div><br></div><div><!--line with a external graphic symbol-></div><div><div><se:LineSymbolizer></div><div>  <se:Stroke></div><div>
    <se:GraphicStroke></div><div>      <se:Graphic></div><div>        <ExternalGraphic></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>  <OnlineResource xlink:type="simple" xlink:href="<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>"/></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>  <Format>image/gif</Format></div><div><span class="Apple-tab-span" style="white-space:pre">     </span></ExternalGraphic></div><div>        <Size>10.0</Size></div>
<div>    </se:Graphic></div><div>  </se:GraphicStroke></div><div>  </se:Stroke></div><div></se:LineSymbolizer></div></div>