Ignore:
Timestamp:
11/14/11 11:49:47 (13 years ago)
Author:
jschierm
Message:

KML: Handle solo tags in KML files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/KML/KML_Placemark.cpp

    r10257 r10629  
    127127        KML_Object*  kobj;
    128128
    129 /*  get object attributes  */
    130 
    131         KMLFileTagAttrib(this,
    132                                          kstr);
     129/*  get object attributes and check for solo tag  */
     130
     131        if (KMLFileTagAttrib(this,
     132                                                 kstr))
     133                return;
    133134
    134135/*  loop over and process fields within opening and closing tags  */
Note: See TracChangeset for help on using the changeset viewer.