<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.Parrafo, li.Parrafo, div.Parrafo
        {margin-top:6.0pt;
        margin-right:0cm;
        margin-bottom:6.0pt;
        margin-left:0cm;
        text-align:justify;
        font-size:11.0pt;
        font-family:Arial;}
span.EstiloCorreo20
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=ES link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-GB
style='font-size:10.0pt;font-family:Arial;color:navy'>Thank you Frederico, we
will try this, but we have found that there is an OpenLayers &#8220;vector&#8221;
branch which can do client vector editing. It seems to work fine. Does someone
know if this vector branch will be released soon? It will be very handy for us,
because we are trying to implement some kind of web editing with it.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-GB
style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span lang=EN-GB
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>De:</span></font></b><font
size=2 face=Tahoma><span lang=EN-GB style='font-size:10.0pt;font-family:Tahoma'>
Frederico Lucca [mailto:fredlucca@gm</span></font><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>ail.com] <br>
<b><span style='font-weight:bold'>Enviado el:</span></b> miércoles, 17 de enero
de 2007 18:43<br>
<b><span style='font-weight:bold'>Para:</span></b> Aitor Calero Garcia<br>
<b><span style='font-weight:bold'>CC:</span></b> users@openlayers.org<br>
<b><span style='font-weight:bold'>Asunto:</span></b> Re: [OpenLayers-Users]
Canvas IE</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Aitor,<br>
<br>
I'm using OL 2.3 rc1 with a canvas for IE, made by google.<br>
You can download from <a href="http://sourceforge.net/projects/excanvas/">http://sourceforge.net/projects/excanvas/</a><br>
Include excanvas in your code and add a canvas tag. <br>
&lt;canvas id=&quot;test&quot; width=&quot;580&quot; height=&quot;362&quot;
style=&quot;display:none&quot;&gt;&lt;/canvas&gt;<br>
On lib\OpenLayers\Layer\Canvas.js I have changed the initialize for this:<br>
<br>
&nbsp;&nbsp;&nbsp; initialize: function(name, options) { <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
OpenLayers.Layer.prototype.initialize.apply(this, arguments);<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if
(navigator.appName.indexOf(&quot;Microsoft&quot;)&gt;-1)<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.canvas = document.getElementById('test');
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
this.canvas.style.display=&quot;&quot;;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
this.div.appendChild(this.canvas);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
<br>
&nbsp;&nbsp;&nbsp; },<br>
<br>
It works well for me.<br>
<br>
Good luck.<br>
<br>
Fred<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 1/11/07, <b><span style='font-weight:bold'>Aitor
Calero Garcia</span></b> &lt;<a href="mailto:aitor.calero@usm.es">aitor.calero@usm.es</a>&gt;
wrote:</span></font></span><o:p></o:p></p>

<div link=blue vlink=purple>

<div>

<p><font size=2 face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family:
Arial'>We are trying to use the canvas feature, but it does not work on IE.
Searching we have found a previous post about this topic, suggesting to use a
svn branch called &quot;vector&quot; wich work with IE. We have try it without
success. Is there anyone with the same problem? Any suggestion will be very
appreciated.</span></font><o:p></o:p></p>

</div>

</div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
<br>
<o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<br>
-- <br>
&quot;Everything under the sun is in tune<br>
But the sun is eclipsed by the moon&quot; <o:p></o:p></span></font></p>

</div>

</div>

</body>

</html>