adding a default parameter

git-svn-id: http://svn.openlayers.org/trunk/openlayers@163 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 18:50:20 +00:00
parent 28fe8c5a88
commit f5a5c49ce9

View File

@@ -9,7 +9,8 @@ OpenLayers.Layer.WFS.prototype =
DEFAULT_PARAMS: { service: "WFS",
version: "1.0.0",
request: "GetFeature",
},
typename: "docpoint"
},
/**
* @constructor