<div dir="ltr">Hi Stephen,<br><div class="gmail_extra"><br><div class="gmail_quote">2017-12-14 15:44 GMT-04:00 Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The "+" char in the URL is interpreted as a space you have to ecapce this as %2B<br></blockquote><div><br></div><div>You're right, thanks .. but there is the same issue ...  </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
But you should be able to give the OUTPUTFORMAT block an NAME "kml" and give that the appropriate parameters like:<br>
<br>
        EXTENSION "kml"<br>
        MIMETYPE "application/vnd.google-earth.<wbr>kml+xml"<br>
<br>
and whatever other parameters are needed, then request the format "kml"<br></blockquote><div><br></div><div>yes .. this is the kml outputformat that I am using:</div><div><br></div><div><div>OUTPUTFORMAT</div><div>      NAME "kml"</div><div>      DRIVER KML</div><div>      MIMETYPE "application/vnd.google-earth.kml+xml"</div><div>      IMAGEMODE RGBA</div><div>      EXTENSION "kml"</div><div>      FORMATOPTION 'ATTACHMENT=RIO_DE_JANEIRO.kml'</div><div>    END</div></div><div><br></div><div><br></div></div></div></div>