Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your have two options, you can create a collada model of the air space, or a series of polygon objects defining each face, </p> <p>verticly oriented polygons can be defined, be take note of the direction of your (clockwise or counter clockwise) as this will effect the style, viewing a polygon from the bottom makes it slightly darker</p> <p>for a simple rectancular shape you will need 6 faces</p> <p>the following kml is a modified version of the pentagon example with one of the verticle faces filled in, the other 4 verticle faces need to be complete, but you'll get the idea. </p> <pre><code> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"&gt; &lt;Document&gt; &lt;name&gt;pm1.kml&lt;/name&gt; &lt;Style id="poly"&gt; &lt;LineStyle&gt; &lt;color&gt;f0ffed42&lt;/color&gt; &lt;/LineStyle&gt; &lt;PolyStyle&gt; &lt;color&gt;e8ff9257&lt;/color&gt; &lt;/PolyStyle&gt; &lt;/Style&gt; &lt;Placemark&gt; &lt;styleUrl&gt;#poly&lt;/styleUrl&gt; &lt;Polygon&gt; &lt;altitudeMode&gt;relativeToGround&lt;/altitudeMode&gt; &lt;outerBoundaryIs&gt; &lt;LinearRing&gt; &lt;coordinates&gt; -77.05844056290393,38.86996206506943,500 -77.05552622493516,38.868757801256,500 -77.05315536854791,38.87053267794386,500 -77.05465973756702,38.87291016281703,500 -77.05788457660967,38.87253259892824,500 -77.05844056290393,38.86996206506943,500 &lt;/coordinates&gt; &lt;/LinearRing&gt; &lt;/outerBoundaryIs&gt; &lt;/Polygon&gt; &lt;/Placemark&gt; &lt;Placemark&gt; &lt;styleUrl&gt;#poly&lt;/styleUrl&gt; &lt;Polygon&gt; &lt;altitudeMode&gt;relativeToGround&lt;/altitudeMode&gt; &lt;outerBoundaryIs&gt; &lt;LinearRing&gt; &lt;coordinates&gt; -77.05844056290393,38.86996206506943,400 -77.05552622493516,38.868757801256,400 -77.05315536854791,38.87053267794386,400 -77.05465973756702,38.87291016281703,400 -77.05788457660967,38.87253259892824,400 -77.05844056290393,38.86996206506943,400 &lt;/coordinates&gt; &lt;/LinearRing&gt; &lt;/outerBoundaryIs&gt; &lt;/Polygon&gt; &lt;/Placemark&gt; &lt;Placemark&gt; &lt;styleUrl&gt;#poly&lt;/styleUrl&gt; &lt;Polygon&gt; &lt;altitudeMode&gt;relativeToGround&lt;/altitudeMode&gt; &lt;outerBoundaryIs&gt; &lt;LinearRing&gt; &lt;coordinates&gt; -77.05844056290393,38.86996206506943,500 -77.05844056290393,38.86996206506943,400 -77.05552622493516,38.868757801256,400 -77.05552622493516,38.868757801256,500 -77.05844056290393,38.86996206506943,500 &lt;/coordinates&gt; &lt;/LinearRing&gt; &lt;/outerBoundaryIs&gt; &lt;/Polygon&gt; &lt;/Placemark&gt; &lt;/Document&gt; &lt;/kml&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload