Changeset 5402
- Timestamp:
- 12/13/07 19:01:13 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Format/KML.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Format/KML.js
r5161 r5402 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 "");
