Ticket #1575: 1575.Tile.WFS.patch
| File 1575.Tile.WFS.patch, 0.6 kB (added by edgemaster, 7 months ago) |
|---|
-
lib/OpenLayers/Tile/WFS.js
old new 128 128 if (this.features) { 129 129 var doc = request.responseXML; 130 130 if (!doc || !doc.documentElement) { 131 doc = OpenLayers.Format.XML.prototype.read(request.responseText);131 doc = request.responseText; 132 132 } 133 133 if (this.layer.vectorMode) { 134 134 this.layer.addFeatures(this.layer.formatObject.read(doc));
