Hi Christopher,<div><br></div><div>Maybe this will help: try using proj4js-compressed.js, instead of proj4js. It worked for me, when I had trouble with compatibility (IE, FF, Chrome).</div><div><br></div><div>BR,<br clear="all">
--- <br>Zoran Jankovic<br>ZIS-Izrada softvera i savjetovanje / ZIS - Software Development and Consulting<br><br><a href="http://www.zisis.hr">http://www.zisis.hr</a><br><br>M: 00 385 98 682 902<br>T:  00 385 44 683 374<br>
<br>A. Senoe 4<br>44320 Kutina<br>Croatia<br>
<br><br><div class="gmail_quote">On Fri, Jul 16, 2010 at 3:57 PM,  <span dir="ltr">&lt;<a href="mailto:christopher.schmidt@nokia.com">christopher.schmidt@nokia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Jul 16, 2010, at 9:40 AM, ext Ian Turton wrote:<br>
<br>
&gt; On Thu, Jul 15, 2010 at 10:13 PM,  &lt;<a href="mailto:christopher.schmidt@nokia.com">christopher.schmidt@nokia.com</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I have a map that I think should work at:<br>
&gt;&gt;<br>
&gt;&gt;  <a href="http://crschmidt.net/mapping/mas/wfs-states.html" target="_blank">http://crschmidt.net/mapping/mas/wfs-states.html</a><br>
&gt;&gt;<br>
&gt;&gt; This is a minimal modification of the wfs-states.html included in the examples.<br>
&gt;&gt;<br>
&gt;&gt; Specifically, I&#39;ve added:<br>
&gt;&gt;  * Proj4js lib<br>
&gt;&gt;  *         &lt;script src=&quot;<a href="http://spatialreference.org/ref/epsg/26986/proj4js/" target="_blank">http://spatialreference.org/ref/epsg/26986/proj4js/</a>&quot;&gt;&lt;/script&gt;<br>
&gt;&gt;<br>
&gt;&gt; And modified the layer to be a simple layer that requires reprojection.<br>
&gt;&gt;<br>
&gt;&gt;    var wfs = new OpenLayers.Layer.Vector(&quot;States&quot;, {<br>
&gt;&gt;        strategies: [new OpenLayers.Strategy.BBOX({ratio: 1.1})],<br>
&gt;&gt;        protocol: new OpenLayers.Protocol.WFS({<br>
&gt;&gt;            url: &quot;<a href="http://giswebservices.massgis.state.ma.us/geoserver/wfs" target="_blank">http://giswebservices.massgis.state.ma.us/geoserver/wfs</a>&quot;,<br>
&gt;&gt;            version: &#39;1.0.0&#39;,<br>
&gt;<br>
&gt; I think you&#39;ll need to use version 1.1.0 of the WFS spec to get<br>
&gt; reprojection. 1.0 only supports 4326.<br>
<br>
</div>Reprojection should be working on the client side; there&#39;s an example<br>
of it in:<br>
<br>
  <a href="http://openlayers.org/dev/examples/wfs-reprojection.html" target="_blank">http://openlayers.org/dev/examples/wfs-reprojection.html</a><br>
<br>
&quot;In the case where the projection of a vector layer differs from the projection of the map, features are requested in the layer projection and transformed during parsing. It is assumed that the layer projection is &quot;native&quot; projection of the data (the coordinate reference system of the data on the server).&quot;<br>

<br>
Additionally, though this map doesn&#39;t work in Safari when I first load<br>
it, when I zoom in or out, the map *does* load. (In Firefox, it doesn&#39;t<br>
at all.) So this seems like it&#39;s more complex than &quot;ur doin it wrong&quot;,<br>
though maybe I&#39;m still missing something obvious.<br>
<br>
Regards,<br>
<font color="#888888">--<br>
Christopher Schmidt<br>
Nokia<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>