<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">What WMS server are you using?<div><br></div><div>Sounds like it's not obeying the spec.</div><div><br></div><div>Best regards,</div><div>Bart</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>-- <br>Bart van den Eijnden<br>OpenGeo - <a href="http://opengeo.org/">http://opengeo.org</a><br>Expert service straight from the developers.</div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br><div><div>On Feb 14, 2013, at 7:06 PM, Rob Hyx <<a href="mailto:robhyx@gmail.com">robhyx@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thanks again for your suggestion. I was able to step through the code and figure out where it was reversing the coordinates. In the end it didn't seem like any configuration I made to the layer itself made any different. By adding: OpenLayers.Projection.defaults['EPSG:4326'].yx = false made it force not to reverse the coordinates. Can anyone tell me that defaults to true and / or why the configuration on the layer doesn't seem to make a difference?<br>
<br><div class="gmail_quote">On Thu, Feb 14, 2013 at 11:29 AM, Diego Guidi <span dir="ltr"><<a href="mailto:diegoguidi@gmail.com" target="_blank">diegoguidi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Diego Guidi<br>
<div class="im"><br>
<br>
> Thanks for your reply. How do I do that? I tried yx:['EPSG:4326'], but that<br>
> didn't change anything.<br>
</div>If I remember well you should write<br>
yx[{['EPSG:4326': true }]<br>
<br>
but it's the same as the default projection, so give a try also to<br>
yx[{['EPSG:4326': false }]<br>
<br>
or, even better, use openlayers.debug and check how the wms string is build<br>
</blockquote></div><br><br clear="all"><br>-- <br><div style="text-align:left"><b>HYX</b> </div><div style="text-align:left"><a href="http://hyx-music.com/" target="_blank">http://hyx-music.com</a></div>
_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/openlayers-users<br></blockquote></div><br></div></body></html>