<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 10/26/2009 09:02 AM, billChadwick wrote:
<blockquote cite="mid:1256572921679-3893023.post@n2.nabble.com"
 type="cite">
  <pre wrap="">
I guess it might be best to implement a 'plain divs' renderer for
OpenLayers.Layer.Vector with support for limited (straight line only)
geometries. Anyone tried this before ?
  </pre>
</blockquote>
<font size="+1">The one thing that holds us back from using Open Layers
is that it doesn't use SVG or Canvas syntax for vector drawing - the
last thing we want to use is another set of drawing commands.&nbsp;&nbsp; I
realize this was done originally for the whole SVG/VML thing but now
with iecanvas or svgweb who gives a crap about VML (many of us don't
even give a crap if it runs in IE if they want to continue being non
conformant (or excluding Canvas to be "conformant").&nbsp;&nbsp; btw we're doing
our drawing with Canvas (we like SVG but Gecko's implementation is not
that great: slow and no inline &lt;svg&gt; tag without xml file type)</font><br>
</body>
</html>