<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"><base href="x-msg://519/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The line number doesn't say much if I don't have your OpenLayers.js file.<div><br></div><div>Can you debug this part:</div><div><br></div><div><a href="https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Layer/WMS.js#L180:L181">https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Layer/WMS.js#L180:L181</a></div><div><br></div><div>Maybe for some reason yx on your layer is undefined? But it should be set by the prototype of the WMS layer here:</div><div><br></div><div><a href="https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Layer/WMS.js#L63">https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Layer/WMS.js#L63</a></div><div><br></div><div>Best regards,</div><div>Bart</div><div><br></div><div><div><div>On Oct 18, 2013, at 4:44 PM, Dylan Parry <<a href="mailto:dylan.parry@bluefoxtech.co.uk">dylan.parry@bluefoxtech.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div data-externalstyle="false" dir="ltr" style="font-family: Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', sans-serif; font-size: 12pt; "><div>Of course, here’s the stack trace:</div><div><br></div><div>Uncaught TypeError: Cannot read property 'yx' of undefined openlayers.js:951<br>OpenLayers.Layer.WMS.OpenLayers.Class.reverseAxisOrder openlayers.js:951<br>OpenLayers.Layer.WMS.OpenLayers.Class.getURL openlayers.js:951<br>OpenLayers.Tile.Image.OpenLayers.Class.renderTile openlayers.js:446<br>OpenLayers.Tile.Image.OpenLayers.Class.draw openlayers.js:446<br>OpenLayers.Layer.Grid.OpenLayers.Class.drawTileFromQueue openlayers.js:460<br>(anonymous function) openlayers.js:62<br>e.(anonymous function)</div><div><br></div><div>OpenLayers.Projection.defaults[‘EPSG:27700’] gives me ‘undefined’.<br></div><div data-signatureblock="true"><div><br></div><div>--<span class="Apple-converted-space"> </span><br>Dylan Parry<br><br>Blue Fox Technology Ltd<br>Tel: 01492 532100<br>Web:<span class="Apple-converted-space"> </span><a href="http://www.bluefoxtech.co.uk">http://www.bluefoxtech.co.uk</a><br><br>Registered in England and Wales, Company No. 0508226.<br>Registered office: Windsor House, 26 Mostyn Avenue, Craig-Y-Don,<br>Llandudno, Conwy LL30 1YY</div><div><br></div></div><div style="padding-top: 5px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; "><font face="Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif" style="line-height: 15pt; letter-spacing: 0.02em; font-family: Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif; font-size: 12pt; "><b>From:</b> <a href="mailto:bartvde@boundlessgeo.com" target="_parent">Bart van den Eijnden</a><br><b>Sent:</b> ‎Friday‎, ‎18‎ ‎October‎ ‎2013 ‎15‎:‎41<br><b>To:</b> <a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent">Dylan Parry</a></font></div><div><br></div>Can you paste the full stack trace? There are multiple occurrences where this could happen.<div><br></div><div>Make sure you don't set yx at all on your WMS layer.</div><div><br></div><div>What does <span class="nx" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">OpenLayers</span><span class="p" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">.</span><span class="nx" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">Projection</span><span class="p" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">.</span><span class="nx" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">defaults</span><span class="p" style="color: rgb(51, 51, 51); line-height: 18px; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; white-space: pre; background-color: rgb(255, 255, 255); ">['EPSG:27700'] give you back?</span></div><div><br></div><div>Best regards,</div><div>Bart</div><div><br><div><div>On Oct 18, 2013, at 4:33 PM, Dylan Parry <<a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent">dylan.parry@bluefoxtech.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote style="margin-top: 0px; margin-bottom: 0px; "><div dir="ltr" style="text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; "><div>It’s supposed to be XY, but I get the error:</div><div><br></div><div>Cannot read property ‘yx’ of undefined</div><div><br></div><div>when I don’t use the line suggested by Jerome, of course if I do use it then the coords are in the wrong order but without the error being shown.<br></div><div><div><br></div><div>--<span class="Apple-converted-space"> </span><br>Dylan Parry<br><br>Blue Fox Technology Ltd<br>Tel: 01492 532100<br>Web:<span class="Apple-converted-space"> </span><a href="http://www.bluefoxtech.co.uk" target="_parent">http://www.bluefoxtech.co.uk</a><br><br>Registered in England and Wales, Company No. 0508226.<br>Registered office: Windsor House, 26 Mostyn Avenue, Craig-Y-Don,<br>Llandudno, Conwy LL30 1YY</div><div><br></div></div><div style="padding-top: 5px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; "><font face="Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif" style="line-height: 15pt; letter-spacing: 0.02em; font-family: Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif; font-size: 12pt; "><b>From:</b> <a href="mailto:bartvde@boundlessgeo.com" target="_parent">Bart van den Eijnden</a><br><b>Sent:</b> ‎Friday‎, ‎18‎ ‎October‎ ‎2013 ‎15‎:‎31<br><b>To:</b> <a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent">Dylan Parry</a><br><b>Cc:</b> <a href="mailto:openlayers-users@lists.osgeo.org" target="_parent">openlayers-users@lists.osgeo.org</a>,<span class="Apple-converted-space"> </span><a href="mailto:jawendell@suddenlink.net" target="_parent">jawendell@suddenlink.net</a></font></div><div><br></div><div>What is the axis order of your CRS? yx or xy?</div><div><br></div><div>The default for WMS 1.3 is xy, yx is only used if your CRS uses yx as the axis order.</div><div><br></div><div>It doesn't make any sense to set yx for a certain key to false, it is only meant to store a list of CRSs that have yx as the axis order.</div><div><br></div><div>Best regards,</div><div>Bart</div><br><div><div>On Oct 18, 2013, at 4:11 PM, Dylan Parry <<a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent">dylan.parry@bluefoxtech.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote style="margin-top: 0px; margin-bottom: 0px; "><div dir="ltr" style="text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; "><div>Hi,</div><div><br></div><div>That’s similar to what I tried before, ie.</div><div><br></div><div>yx: { ‘EPSG:27700’: false }</div><div><br></div><div>Strangely, the error goes away when I set the above to ‘true’ but then of course the coordinates are all wrong so the tiles won’t load. I can’t understand why setting it to false would bring up an error when false is still a valid value?<br></div><div><div><br></div><div>--<span class="Apple-converted-space"> </span><br>Dylan Parry<br><br>Blue Fox Technology Ltd<br>Tel: 01492 532100<br>Web:<span class="Apple-converted-space"> </span><a href="http://www.bluefoxtech.co.uk" target="_parent" style="color: blue; text-decoration: underline; ">http://www.bluefoxtech.co.uk</a><br><br>Registered in England and Wales, Company No. 0508226.<br>Registered office: Windsor House, 26 Mostyn Avenue, Craig-Y-Don,<br>Llandudno, Conwy LL30 1YY</div><div><br></div></div><div style="padding-top: 5px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; "><font face="Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif" style="line-height: 15pt; letter-spacing: 0.02em; font-family: Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao UI', Ebrima, sans-serif; font-size: 12pt; "><b>From:</b> <a href="mailto:jawendell@suddenlink.net" target="_parent" style="color: blue; text-decoration: underline; ">Jerome A. Wendell</a><br><b>Sent:</b> ‎Friday‎, ‎18‎ ‎October‎ ‎2013 ‎13‎:‎25<br><b>To:</b> <a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent" style="color: blue; text-decoration: underline; ">Dylan Parry</a>,<span class="Apple-converted-space"> </span><a href="mailto:openlayers-users@lists.osgeo.org" target="_parent" style="color: blue; text-decoration: underline; ">openlayers-users@lists.osgeo.org</a></font></div><div><br></div><div class="WordSection1"><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; ">Dylan,</span></div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; ">I have added the following to the same section of code that you referred to for some of my layers:</span></div><p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><div style="margin: 0in 0in 0pt; text-indent: 0.5in; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; ">yx : {'EPSG:4326' : true}</span></div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; ">See if adapting it to your projection makes any difference.</span></div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; ">Jerome Wendell</span></div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt; "> </span></p><div><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) black black; padding: 3pt 0in 0in; "><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><b><span style="font-family: Tahoma, sans-serif; font-size: 10pt; ">From:</span></b><span style="font-family: Tahoma, sans-serif; font-size: 10pt; "><span class="Apple-converted-space"> </span><a href="mailto:openlayers-users-bounces@lists.osgeo.org" target="_parent" style="color: blue; text-decoration: underline; ">openlayers-users-bounces@lists.osgeo.org</a><span class="Apple-converted-space"> </span>[mailto:openlayers-<a href="mailto:users-bounces@lists.osgeo.org" target="_parent" style="color: blue; text-decoration: underline; ">users-bounces@lists.osgeo.org</a>]<span class="Apple-converted-space"> </span><b>On Behalf Of<span class="Apple-converted-space"> </span></b>Dylan Parry<br><b>Sent:</b><span class="Apple-converted-space"> </span>Friday, October 18, 2013 8:06 AM<br><b>To:</b><span class="Apple-converted-space"> </span><a href="mailto:openlayers-users@lists.osgeo.org" target="_parent" style="color: blue; text-decoration: underline; ">openlayers-users@lists.osgeo.org</a><br><b>Subject:</b><span class="Apple-converted-space"> </span>[OpenLayers-Users] Cannot read property 'yx' of undefined</span></div></div></div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "> </p><div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">Hi,</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">I’m trying to use a WMS with the EPSG:27700 projection. The WMS uses version 1.3.0, which is causing a few problems. I have got to a point where I cannot figure out what’s wrong.</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">I am currently getting the following error:</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">Cannot read property ‘yx’ of undefined</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">and having read up a little, it appears that it’s due to the WMS version wanting to know whether to reverse the coordinates or not for the bbox parameter, but as the projection is unknown to OpenLayers there’s no yx property to query.</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">My problem is that I have no idea where to add that property to.</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">Here’s the code I have so far:</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "><script src="~/Scripts/proj4js.js"></script><br><script><br>    Proj4js.defs["EPSG:27700"] = "+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +datum=OSGB36 +units=m +no_defs";<br></script><br><script src="/Scripts/openlayers/openlayers.js"></script><br><script><br>    var map, opus;</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">    function init() {<br>        OpenLayers.ImgPath = "/Scripts/openlayers/img/";</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">        var options = {<br>            maxExtent: new OpenLayers.Bounds(0, 0, 700000, 1300000),<br>            restrictedExtent: new OpenLayers.Bounds(0, 0, 700000, 1300000),<br>            projection: new OpenLayers.Projection('EPSG:27700'),<br>            units: 'm',<br>            scales: [10000, 25000, 50000, 75000, 100000, 150000, 175000, 200000],<br>            controls: [<br>                new OpenLayers.Control.Navigation({ 'zoomWheelEnabled': false }),<br>                new OpenLayers.Control.MousePosition(),<br>                new OpenLayers.Control.PanZoomBar(),<br>                new OpenLayers.Control.LayerSwitcher()<br>            ]<br>        };</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">        map = new OpenLayers.Map('map', options);</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">        opus = new OpenLayers.Layer.WMS(<br>            'OpenStreetMap via Opus',<br>            '<a href="http://server/wms%27" target="_parent" style="color: blue; text-decoration: underline; ">http://server/wms'</a>,<br>            {<br>                layers: 'OpenStreetMap',<br>                version: '1.3.0',<br>                crs: 'EPSG:27700',<br>                format: 'image/png',<br>            },<br>            {<br>                isBaseLayer: true,<br>                transitionEffect: 'resize'<br>            }<br>        );<br>        map.addLayer(opus);</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">        map.zoomToMaxExtent();<br>        map.zoomToScale(10000, true);<br>        map.setCenter(new OpenLayers.LonLat(195775, 223755));<br>    }<br></script></span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">I also have an onload event that calls the init() function to draw the map on the page.</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">Any idea how to fix the error I’m getting? I’ve tried adding an xy property to the WMS bit of the code where ‘isBaseLayer’ is defined, but that didn’t seem to work.</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">Thanks,</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div><div><div style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; ">--<span class="Apple-converted-space"> </span><br>Dylan Parry<br><br>Blue Fox Technology Ltd<br>Tel: 01492 532100<br>Web:<span class="Apple-converted-space"> </span><a href="http://www.bluefoxtech.co.uk" target="_parent" style="color: blue; text-decoration: underline; ">http://www.bluefoxtech.co.uk</a><br><br>Registered in England and Wales, Company No. 0508226.<br>Registered office: Windsor House, 26 Mostyn Avenue, Craig-Y-Don,<br>Llandudno, Conwy LL30 1YY</span></div></div><div><p class="MsoNormal" style="margin: 0in 0in 0pt; font-family: 'Times New Roman', serif; font-size: 12pt; "><span style="font-family: Calibri, sans-serif; "> </span></p></div></div></div>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.osgeo.org" target="_parent" style="color: blue; text-decoration: underline; ">Users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_parent" style="color: blue; text-decoration: underline; ">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a></div></blockquote></div><br></div><br class="Apple-interchange-newline"></blockquote></div><br></div></div></div><br class="Apple-interchange-newline"></blockquote></div><br></div></body></html>