Renaming handleWriteOptions to applyWriteOptions

This commit is contained in:
ahocevar
2013-08-04 12:55:18 +02:00
parent 3ebbdbb48f
commit 0aed05a413
5 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ goog.inherits(ol.parser.ogc.GML_v2, ol.parser.ogc.GML);
* @return {string} A string representing the GML document.
*/
ol.parser.ogc.GML_v2.prototype.write = function(obj, opt_options) {
this.handleWriteOptions(obj, opt_options);
this.applyWriteOptions(obj, opt_options);
var root = this.writeNode('FeatureCollection', obj.features,
'http://www.opengis.net/wfs');
this.setAttributeNS(