<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you,<br>
<br>
Then, based on your experience can you recommend a file format for my
markers that would make them look good if I use the scale parameter? I
guess the img parameter uses just raster image types - not vector
images...<br>
<br>
Right now I use png... If memory serves me well  (usually it doesn't)
there is a file format that allows the user to embed different sizes of
a symbol in the same file (e.g. 16x16/32x32/48x48) and the rendering
program can choose the size that fits best... Am I right? Or is this
functionality actually done with multiple files?<br>
<br>
Thanks,<br>
Adrian<br>
<br>
Christopher Schmidt wrote:
<blockquote cite="mid:20091109143248.GC12307@metacarta.com" type="cite">
  <pre wrap="">On Mon, Nov 09, 2009 at 04:26:30PM +0200, Adrian Popa wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello everyone,

I just want to know - what image types are supported to be imported 
through KML? I would like to convert my icons from PNG to SVG (which 
looks better when scaled) - but I'm not sure if it will work.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't believe KML, as a format, allows SVG markers... does it?

In any case, OpenLayers would not be able to render anything other than
a standard image (something you can put in an &lt;img&gt; tag) as an externalGraphic,
which is how KML files with icons are parsed.

-- Chris

  </pre>
  <blockquote type="cite">
    <pre wrap="">Is the limitation based only on browser type (and what it can render)? 
Or are there other limitations I should know about?

Thanks,
Adrian

_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@openlayers.org">Users@openlayers.org</a>
<a class="moz-txt-link-freetext" href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>