Well done all on the v2.4 release. Regarding the EditingToolbar, I have implemented the openlayers example: <http://dev.openlayers.org/sandbox/vector-2.4/examples/editingtoolbar.html> http://dev.openlayers.org/sandbox/vector-2.4/examples/editingtoolbar.html
Here: <http://83.104.224.181/test/pages/admin/webform1.aspx> http://83.104.224.181/test/pages/admin/webform1.aspx. After some investigation, it seems the red bit below of the new layer code is making the toolbar not work (except pan). layer = new OpenLayers.Layer.WMS("Map", " <http://models.itoworld.com/map/wms> http://models.itoworld.com/map/wms", { 'layers': 'vwa,vpa,via,r,rw,vlb', 'srs': 'EPSG:27700', 'format': 'image/png', 'transparent': 'off' }, { 'isBaseLayer': true, 'maxExtent': new OpenLayers.Bounds(0,0,700000,1100000), 'maxResolution': 1000, 'projection': 'EPSG:27700' } ); If I take the red out it works (but the layer is useless). Any ideas? Regards, Richard Thurbin Mobile: +44 7917 704 145 VOIP: +44 8458 905 299 Fax: +44 8700 518 913 Email: [EMAIL PROTECTED] Cloud Amber Research and Development Amber House Brockley Road Elsworth Cambridge CB23 4JS United Kingdom http://www.cloudamber.com <http://www.cloudamber.com/> http://www.carboncalculator.info <http://www.carboncalculator.info/> http://www.qbust.info <http://www.qbust.info/>
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
