Hi,<br><br>The vector layer on my openlayers application is not showing. I'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'm using GeoExt and creating a feature store.<br>>>>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("EPSG:900913"),<br>
externalProjection: new OpenLayers.Projection("EPSG:4326"),<br> ignoreExtraDims: true<br> })<br> })<br> }),<br> autoLoad: true<br>
});<br></div>>>>END Code<br>I've put a couple of z'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 "ProtocolPzzroxy", without the z'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>