dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

add kmlengine::CreateFeatureText() #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We have kmlengine::CreateFeatureBalloon(), but nothing to compute the listview 
snippet
according to this reference:

http://code.google.com/apis/kml/documentation/kmlreference.html#snippet

See also the example in the OGC KML 2.2 spec (OGC 07-147r2) in section 9.1.4.1:

http://www.opengeospatial.org/standards/kml#downloads

Here is a simple example:

http://kml-samples.googlecode.com/svn/trunk/kml/listview/nosnippet.kml

Here is a real-world example nicely exemplifying a key benefit of this feature
(permit the author to provide a simple list view snippet if the balloon is
very complex):

http://www.calacademy.org/google_earth/quiz/ocean_exhibits_quiz.kmz

Original issue reported on code.google.com by bent.hag...@gmail.com on 4 Sep 2009 at 4:19