From f5a5c49ce939d5d65e7fdf5dd3334c984908e762 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 18 May 2006 18:50:20 +0000 Subject: [PATCH] adding a default parameter git-svn-id: http://svn.openlayers.org/trunk/openlayers@163 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index ad70ce1ba1..f6c6a8b9cc 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -9,7 +9,8 @@ OpenLayers.Layer.WFS.prototype = DEFAULT_PARAMS: { service: "WFS", version: "1.0.0", request: "GetFeature", - }, + typename: "docpoint" + }, /** * @constructor