[mapserver-users] WFS whith openlayers
jongarrido
jgarrido at tracom.info
Wed Feb 19 06:40:47 PST 2014
Thank you very much for your answers.
I’m sorry about my explanation……
What I’m pretending is to build a wfs layer with this (and much others
different) code:
var capaWFS3= new OpenLayers.Layer.Vector("WFS3", {
strategies: [new OpenLayers.Strategy.BBOX()],
protocol: new OpenLayers.Protocol.WFS({
"url":
"http://88.198.57.99/cgi-bin/mapserv?map=/home/mapserver/mapfiles/eventosLineaWFS.map",
"geometryName": "Shape",
"featureType": "Distritos",
"featurePrefix": "ms",
"srsName": "EPGS:3857",
"version": "1.0.0",
"featureNS": "http://mapserver.gis.umn.edu/mapserver"
})
});
The getfeature connection y showed you It’s just for let you to know the
connection parameters….
Any Idea?
Thank you very much again.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/WFS-whith-openlayers-tp5104651p5104735.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list