Changeset 7776 for trunk/src/inc


Ignore:
Timestamp:
Apr 16, 2010, 12:38:03 AM (15 years ago)
Author:
Pieter Naber
Message:

Oke... Couldn't resist it... Found the "Nodes in the ocean" bug and we have green placemarkers in the KML file :-)
See example.kml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/inc/KMLFile.class.php

    r7775 r7776  
    384384                for ($i = 1; $i < $linesCount - 1; $i++) {
    385385                        $lineContent = explode(',', $fileContents[$i]);
     386                        $lineContent[1] = str_replace('CNode', '', $lineContent[1]);
     387                        echo $lineContent[1];
    386388
    387389                        if (count($lineContent) != count($this->fileContent)) {
Note: See TracChangeset for help on using the changeset viewer.