<html>
<head>
<meta name="generator" content="Windows Mail 17.4.9600.16384">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head>
<body dir="ltr">
<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>Excellent, that seems to have fixed the issue. Thanks!<br></div><div data-signatureblock="true"><div><br></div><div>-- <br>Dylan Parry<br><br>Blue Fox Technology Ltd<br>Tel: 01492 532100<br>Web: http://www.bluefoxtech.co.uk<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;"><div><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 ‎17‎:‎41<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></font></div></div><div><br></div>Thanks, it seems you've run into:<div><br></div><div><a href="https://github.com/openlayers/openlayers/commit/663ba16b59a146c5a48446e2aba7b3ba5fd2b4ba#diff-50590031de6234d6082fbde20a8ee538" target="_parent">https://github.com/openlayers/openlayers/commit/663ba16b59a146c5a48446e2aba7b3ba5fd2b4ba#diff-50590031de6234d6082fbde20a8ee538</a></div><div><br></div><div>As a workaround set the following in your code before you construct the WMS layer:</div><div><br></div><div>OpenLayers.Projection.defaults['EPSG:27700'] = {yx: false};</div><div><br></div><div>Best regards,</div><div>Bart</div><div><br><div><div>On Oct 18, 2013, at 5: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 style="text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2;" dir="ltr"><div>Thanks. Here’s what I’m currently working on:<span class="Apple-converted-space"> </span><a href="http://beta.opus3.co.uk/demo/osm" target="_parent">http://beta.opus3.co.uk/demo/osm</a>.</div><div><br></div><div>I’m having some other problems with the WMS, in that it’s not rendering anything at the moment, but that shouldn’t affect OL requesting the tiles—they’d just be blank tiles that get returned.<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" 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 ‎16‎:‎10<br><b>To:</b> <a href="mailto:dylan.parry@bluefoxtech.co.uk" target="_parent">Dylan Parry</a></font></div><div><br></div>Alternatively, show as an online example and we can debug it for you.<div><br></div><div>Best regards,</div><div>Bart<br class="Apple-interchange-newline"></div><br><br class="Apple-interchange-newline"><br><br class="Apple-interchange-newline"><br></div></blockquote></div><br></div></div>
</body>
</html>