You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick patch to kml22.h that generates an array of strings that correspond to
the types in the KmlDomType enum. The global array, named KmlDomTypeString, can
be used like this:
KmlDomType type;
type = feature->Type();
cout << KmlDomTypeString[type] << endl;
It was helpful for me, so I thought I would submit it.
Thanks for making such a useful library!
Will
Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 8:10
Original issue reported on code.google.com by
[email protected]
on 8 Mar 2011 at 8:10Attachments:
The text was updated successfully, but these errors were encountered: