[OpenLayers-Users] WFS problems with IE 6 & 7
Lak Krishnan
lakshmanan.krishnan at mecklenburgcountync.gov
Fri Jul 31 14:33:36 EDT 2009
I am trying to display a WFS layer as below. It seems to work fine in Firefox
but IE doesn't like this. Do I have to do this a different way in IE?
impactlocptlayer = new OpenLayers.Layer.Vector("Incident Location", {
strategies: [new OpenLayers.Strategy.BBOX(), impactlocptSaveStrategy],
projection: new OpenLayers.Projection("EPSG:2264"),
filter: eventFilter,
extractAttributes: false,
protocol: new OpenLayers.Protocol.WFS({
version: "1.1.0",
srsName: "EPSG:2264",
url: wfsurl,
featureNS : "http://postgis.org",
featureType: "impactlocpt",
geometryName: "the_geom",
schema:
wfsurl+"/DescribeFeatureType?version=1.1.0&typename=uasidata:impactlocpt"
}),
styleMap: wfsstyle
});
Thanks
Lak Krishnan
--
View this message in context: http://n2.nabble.com/WFS-problems-with-IE-6---7-tp3364329p3364329.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list