--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<kml xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Folder>
<name>BusinessRule1</name>
<Style id="BR1Stl">
<IconStyle>
<Icon>
<href>blackcircle.png</href>
</Icon>
<scale>0.7</scale>
</IconStyle>
<LabelStyle>
<scale>0.8</scale>
</LabelStyle>
</Style>
<Placemark id="103215">
<name>51-AIRPORTSGIS-103215</name>
<styleUrl>#BR1Stl</styleUrl>
<description>....</description>
<Point>
<altitudeMode>absolute</altitudeMode>
<coordinates>-76.43594397,36.77823129,33.3030576</coordinates>
<extrude>1</extrude>
</Point>
</Placemark>
</Folder>
</Document>
</kml>
Is the data clamped to the ground? How can I know that?