Hi,<br><br>The vector layer on my openlayers application is not showing.  I&#39;m currently in ethiopia and I was just wondering if that could be the reason as it was working before from Dubai. Is this a known problem?<br>
<br>I&#39;m using GeoExt and creating a feature store.<br>&gt;&gt;&gt;START Code<br><div style="margin-left: 40px;">        var store = new GeoExt.data.FeatureStore({<br>            layer: vectorLayer,<br>            proxy: new GeoExt.data.ProtocolPzzroxy({<br>
                protocol: new OpenLayers.Protocol.HTTP({<br>                    url: dUrl,<br>                    format: new OpenLayers.Format.GeoJSON({<br>                        internalProjection: new OpenLayers.Projection(&quot;EPSG:900913&quot;),<br>
                        externalProjection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),<br>                        ignoreExtraDims: true<br>                    })<br>                })<br>            }),<br>            autoLoad: true<br>
        });<br></div>&gt;&gt;&gt;END Code<br>I&#39;ve put a couple of z&#39;s in the ProtocolPzzroxy.<br><br>According to firebug. The call to GET ProtocolPzzroxy returns a status of 200 but the response is empty  .   This file is located on my server, external to ethiopia, and is not empty.  <br>
<br>Interestingly avery time I add the word   &quot;ProtocolPzzroxy&quot;, without the z&#39;s to a google search, there is no response either, or just the word pzzroxy.  Ethiopia does filxter interxnet trafficx.  Anyone come across this? Is there a suggested work around?<br>
<br>regards<br><br>Neil<br><br><br>