[Users] GeoExt.data.WFSCapabilitiesStore is not loading
Febin T T
febin at sblgis.com
Thu Aug 5 14:20:32 CEST 2010
<Users at geoext.org>hi users,
my geoserver is working on port :8082
my code
layerListStore = new GeoExt.data.WFSCapabilitiesStore({
url:
"/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities",
protocolOptions: {version: "1.1.0"},
fields: ['name'],
autoLoad: true
});
is working fine
but if I use
url: "
http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities
"
to get it from a remote server .... it is not working..
(since my application is working from other server)
I am getting the capabilities when I type it in browser's address bar
why this happens?
is there any cross domain issue?
any solution?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20100805/3eabd2b2/attachment.htm
More information about the Users
mailing list