Changeset 10629 for issm/trunk/src/c/objects/KML/KML_Placemark.cpp
- Timestamp:
- 11/14/11 11:49:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_Placemark.cpp
r10257 r10629 127 127 KML_Object* kobj; 128 128 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; 133 134 134 135 /* loop over and process fields within opening and closing tags */
Note:
See TracChangeset
for help on using the changeset viewer.