From 198b05047e723a7efcb54e9468a1717bb3fbdbf3 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 6 Dec 2013 11:06:39 +0100 Subject: [PATCH] Export the WFS parser and its write methods For using the WFS parser, users need to be able to write GetFeature queries and transactions. --- src/ol/parser/ogc/wfsparser.exports | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/ol/parser/ogc/wfsparser.exports diff --git a/src/ol/parser/ogc/wfsparser.exports b/src/ol/parser/ogc/wfsparser.exports new file mode 100644 index 0000000000..14dbb32df3 --- /dev/null +++ b/src/ol/parser/ogc/wfsparser.exports @@ -0,0 +1,3 @@ +@exportSymbol ol.parser.ogc.WFS +@exportProperty ol.parser.ogc.WFS_v1.prototype.writeGetFeature +@exportProperty ol.parser.ogc.WFS_v1.prototype.writeTransaction