Merge pull request #9711 from fredj/viewParams_space

Remove extra space for the 'viewParams' attribute
This commit is contained in:
Frédéric Junod
2019-06-25 08:29:22 +02:00
committed by GitHub

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) {