Remove extra space for the 'viewParams' attribute

This commit is contained in:
Frederic Junod
2019-06-24 16:28:04 +02:00
parent 2df5f85018
commit c428421586

View File

@@ -408,7 +408,7 @@ class WFS extends XMLFeature {
node.setAttribute('count', String(options.count));
}
if (options.viewParams !== undefined) {
node.setAttribute('viewParams ', options.viewParams);
node.setAttribute('viewParams', options.viewParams);
}
filter = options.filter;
if (options.bbox) {