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_Point.cpp

    r10274 r10629  
    112112        char*        kstri;
    113113
    114 /*  get object attributes */
     114/*  get object attributes and check for solo tag */
    115115
    116         KMLFileTagAttrib(this,
    117                                          kstr);
     116        if (KMLFileTagAttrib(this,
     117                                                 kstr))
     118                return;
    118119
    119120/*  loop over and process fields within opening and closing tags  */
Note: See TracChangeset for help on using the changeset viewer.