Allow multiple featureTypes through ol.format.WFS as well

This commit is contained in:
Bart van den Eijnden
2014-12-27 19:12:57 +01:00
parent d0180f35e0
commit b05ead4056
4 changed files with 48 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ ol.format.WFS = function(opt_options) {
/**
* @private
* @type {string}
* @type {Array.<string>|string|undefined}
*/
this.featureType_ = options.featureType;