Ticket #1088: kml_fix.patch
| File kml_fix.patch, 0.7 kB (added by openlayers, 1 year ago) |
|---|
-
lib/OpenLayers/Format/KML.js
old new 214 214 "coordinates"); 215 215 var line = null; 216 216 if(nodeList.length > 0) { 217 var coordString = nodeList[0].firstChild.nodeValue; 217 var coordString = this.concatChildValues(nodeList[0]); 218 218 219 coordString = coordString.replace(this.regExes.trimSpace, 219 220 ""); 220 221 coordString = coordString.replace(this.regExes.trimComma,
