[Users] Problems seeing a vector layer on openlayers from within ethiopia
Neil Penman
neilpenman at gmail.com
Sat Nov 19 15:11:52 CET 2011
Hi,
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?
I'm using GeoExt and creating a feature store.
>>>START Code
var store = new GeoExt.data.FeatureStore({
layer: vectorLayer,
proxy: new GeoExt.data.ProtocolPzzroxy({
protocol: new OpenLayers.Protocol.HTTP({
url: dUrl,
format: new OpenLayers.Format.GeoJSON({
internalProjection: new
OpenLayers.Projection("EPSG:900913"),
externalProjection: new
OpenLayers.Projection("EPSG:4326"),
ignoreExtraDims: true
})
})
}),
autoLoad: true
});
>>>END Code
I've put a couple of z's in the ProtocolPzzroxy.
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.
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?
regards
Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20111119/a7f49069/attachment.htm
More information about the Users
mailing list