Try to perform the following commands:
var store = new GeoExt.data.WFSCapabilitiesStore( {
url: "
http://map.rostmuseum.ru/scripts/tinyows/tinyows.cgi?SERVICE=WFS&REQUEST=GetCapabilities
",
layerOptions: function() {
return {
visibility: false,
displayInLayerSwitcher: false,
strategies: [new OpenLayers.Strategy.BBOX({ratio: 1})]
}
}
});
store.load();
And get an error: TypeError: data.capability is undefined.
I use TinyOWS ans last svn version of geoExt. Example of GetCapabilities
here: https://gist.github.com/1044649
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users