From c8d2628f0d064b6817b7fb1064f36a1561960d0d Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 18 May 2006 17:55:53 +0000 Subject: [PATCH] set default parameters (taken from old trunk) git-svn-id: http://svn.openlayers.org/trunk/openlayers@155 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 3984a3e6f6..1cd1c6033f 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -4,13 +4,9 @@ OpenLayers.Layer.WMS.prototype = // hash DEFAULT_PARAMS: { - service: "WMS", - version: "1.1.1", - request: "GetMap", - srs: "EPSG:4326", - styles: "", - exceptions: "application/vnd.ogc.se_inimage", - format: "image/jpeg" + service: "WFS", + version: "1.0.0", + request: "GetFeature", }, /**