Support multiple featureTypes with a different featureNS

This commit is contained in:
Bart van den Eijnden
2015-03-04 15:02:04 +01:00
parent b05ead4056
commit b698fe9968
5 changed files with 152 additions and 17 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ ol.format.WFS = function(opt_options) {
/**
* @private
* @type {string}
* @type {Object.<string, string>|string|undefined}
*/
this.featureNS_ = options.featureNS;