<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007>Hello Richard,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007>if you put the bounds and the maxresolution into the 
map initalization it works. I have changed your script for testing. Put the 
layerswitcher control in your original script and you can see that the editable 
layer is inactive. If you zoom in, the layer gets activated. What the cause of 
this I don't know.&nbsp;<SPAN class=937141717-30052007>I'm using 2.4 
RC5.</SPAN></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007>I hope that helps. Perhaps next week I can put my own 
example online.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007><!-- Converted from text/plain format -->
<P><FONT size=2>Mit freundlichen Grüssen<BR><BR>Arnd Wippermann<BR><A 
href="http://gis.ibbeck.de/ginfo/">http://gis.ibbeck.de/ginfo/</A><BR><BR></FONT></P></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=937141717-30052007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>&lt;!DOCTYPE html 
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<A 
href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</A>"&gt;<BR>&lt;html 
xmlns="<A 
href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>"&gt;<BR>&lt;head&gt;&lt;title&gt;<BR>&nbsp;Editing 
Tool Example<BR>&lt;/title&gt;<BR>&lt;link 
href="../../App_Themes/CloudAmber/Stylesheet.css" type="text/css" 
rel="stylesheet" /&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>&nbsp;&nbsp;&nbsp; 
&lt;style type="text/css"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #map 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 
800px;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
height: 
475px;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
border: 1px solid black;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}<BR>&nbsp;&nbsp;&nbsp; &lt;/style&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>&nbsp;&nbsp;&nbsp; 
&lt;script language="javascript" type="text/javascript" src="</FONT><A 
href='http://www.openlayers.org/api/OpenLayers.js"></script'><FONT face=Arial 
size=2>http://www.openlayers.org/api/OpenLayers.js"&gt;&lt;/script</FONT></A><FONT 
face=Arial><FONT color=#0000ff><FONT size=2>&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;!--<BR>&nbsp;&nbsp;&nbsp; &lt;script 
src="../OpenLayers2.4RC5full.js"&gt;&lt;/script&gt;</FONT></FONT></FONT><FONT 
face=Arial color=#0000ff size=2>&nbsp;&nbsp;&nbsp; --&gt;</FONT><BR></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2>&nbsp;&nbsp;&nbsp; 
&lt;script language="javascript" 
type="text/javascript"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;!--<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var lon = 
430000;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var lat = 
426000;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var zoom = 
3;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var map, layer;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function 
init(){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map = new OpenLayers.Map( 'map', {maxExtent: new 
OpenLayers.Bounds(0,0,700000,1100000), 'maxResolution': 1000, controls: [] } 
);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; layer 
= new 
OpenLayers.Layer.WMS("Map",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"<A 
href="http://models.itoworld.com/map/wms">http://models.itoworld.com/map/wms</A>", 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'layers': 
'vwa,vpa,via,r,rw,vlb',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'srs': 
'EPSG:27700',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'format': 
'image/png',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'transparent': 'false'});</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
/*, 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'isBaseLayer': 
true,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'maxExtent': new 
OpenLayers.Bounds(0,0,700000,1100000),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'maxResolution': 
1000,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'projection': 
'EPSG:27700'}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
*/</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.addLayer(layer);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vlayer 
= new OpenLayers.Layer.Vector( "Editable" );</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.addLayer(vlayer);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.addControl(new 
OpenLayers.Control.EditingToolbar(vlayer));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.addControl(new 
OpenLayers.Control.PanZoomBar());<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.addControl(new OpenLayers.Control.LayerSwitcher());</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
map.setCenter(new OpenLayers.LonLat(lon, lat), 
zoom);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //--&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/script&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2>&lt;/head&gt;<BR>&lt;body onload="init()"&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;div id="panel" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;div id="map" 
/&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> richard@cloudamber.com 
[mailto:richard@cloudamber.com] <BR><B>Gesendet:</B> Mittwoch, 30. Mai 2007 
01:28<BR><B>An:</B> arnd.wippermann@web.de<BR><B>Betreff:</B> RE: 
[OpenLayers-Users] Drawing polygons<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=828222323-29052007><FONT 
face="Century Gothic" color=#0000ff size=2>Thanks Arnd. The next two lines in 
the code are exactly as the example:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=828222323-29052007><FONT color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=828222323-29052007><FONT face="Courier New" 
size=2>&nbsp;vlayer = new OpenLayers.Layer.Vector( "Editable" 
);<BR>&nbsp;map.addLayer(vlayer);<BR>&nbsp;map.addControl(new 
OpenLayers.Control.EditingToolbar(vlayer));</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=828222323-29052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=828222323-29052007><FONT 
face="Century Gothic" color=#0000ff size=2>but no joy... any chance of a link to 
your version to compare and contrast? TIA</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> arnd.wippermann@web.de 
[mailto:arnd.wippermann@web.de] <BR><B>Sent:</B> 29 May 2007 23:11<BR><B>To:</B> 
'Richard Thurbin'<BR><B>Subject:</B> AW: [OpenLayers-Users] Drawing 
polygons<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=921110822-29052007><FONT face=Arial 
color=#0000ff size=2>Hello Richard,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=921110822-29052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=921110822-29052007><FONT face=Arial 
color=#0000ff size=2>i would think, you need an editable vector layer, where to 
draw the features. I have used the same example to build an own&nbsp;test for 
drawing and then saving features in an ODBC DB and it works 
fine.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=921110822-29052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=921110822-29052007><!-- Converted from text/plain format -->
<P><FONT size=2><FONT face=Arial>Mit freundlichen Grüssen<BR><BR>Arnd 
Wippermann<BR></FONT><A href="http://gis.ibbeck.de/ginfo/"><FONT 
face=Arial>http://gis.ibbeck.de/ginfo/</FONT></A><BR><BR></FONT></P></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Richard 
Thurbin<BR><B>Gesendet:</B> Dienstag, 29. Mai 2007 18:13<BR><B>An:</B> 
users@openlayers.org<BR><B>Betreff:</B> Re: [OpenLayers-Users] Drawing 
polygons<BR></FONT><BR></DIV>
<DIV></DIV><!-- Converted from text/plain format -->
<P><FONT size=2><FONT face="Century Gothic">Well done all on the v2.4 
release.<BR><BR>Regarding the EditingToolbar, I have implemented the openlayers 
example: </FONT><A 
href="http://dev.openlayers.org/sandbox/vector-2.4/examples/editingtoolbar.html"><FONT 
face="Century Gothic">http://dev.openlayers.org/sandbox/vector-2.4/examples/editingtoolbar.html</FONT></A><BR><BR><FONT 
face="Century Gothic">Here: </FONT><A 
href="http://83.104.224.181/test/pages/admin/webform1.aspx"><FONT 
face="Century Gothic">http://83.104.224.181/test/pages/admin/webform1.aspx</FONT></A><FONT 
face="Century Gothic">. </FONT></FONT><FONT face="Century Gothic" size=2>After 
some investigation, it seems the <FONT color=#ff0000><STRONG>red 
</STRONG></FONT>bit below of the new layer code&nbsp;is making the toolbar not 
work (except pan).</FONT></P>
<P><FONT size=2><FONT face="Courier New">layer = new 
OpenLayers.Layer.WMS("Map",<BR>&nbsp;&nbsp;&nbsp; "</FONT><A 
href="http://models.itoworld.com/map/wms"><FONT 
face="Courier New">http://models.itoworld.com/map/wms</FONT></A><FONT 
face="Century Gothic"><FONT face="Courier New">",<BR>&nbsp;&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'layers': 
'vwa,vpa,via,r,rw,vlb',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'srs': 
'EPSG:27700',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'format': 'image/png',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'transparent': 'off'<BR>&nbsp;&nbsp;&nbsp; }<FONT 
color=#ff0000><STRONG>,<BR>&nbsp;&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'isBaseLayer': 
true,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'maxExtent': new 
OpenLayers.Bounds(0,0,700000,1100000),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'maxResolution': 1000,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
'projection': 'EPSG:27700'<BR>&nbsp;&nbsp;&nbsp; 
}&nbsp;</STRONG></FONT></FONT></FONT></FONT></P>
<P><FONT size=2><FONT face="Century Gothic"><FONT 
face="Courier New">);</FONT><BR><BR>If I take the red out it works (but the 
layer is useless). Any ideas?</FONT></FONT></P>
<P><FONT size=2><FONT face="Century Gothic"><FONT size=2>Regards,<BR>Richard 
Thurbin&nbsp;&nbsp;&nbsp;<BR>Mobile: +44 7917 704 145<BR>VOIP:&nbsp;&nbsp; +44 
8458 905 299<BR>Fax:&nbsp;&nbsp;&nbsp; +44 8700 518 913<BR>Email:&nbsp; 
richard.thurbin@cloudamber.com<BR><BR>Cloud Amber Research and 
Development<BR>Amber House<BR>Brockley Road<BR>Elsworth<BR>Cambridge<BR>CB23 
4JS<BR>United Kingdom<BR><BR><A 
href="http://www.cloudamber.com/">http://www.cloudamber.com</A><BR><A 
href="http://www.carboncalculator.info/">http://www.carboncalculator.info</A><BR><A 
href="http://www.qbust.info/">http://www.qbust.info</A> 
</FONT></P></FONT></FONT></BODY></HTML>