Skip to content

Instantly share code, notes, and snippets.

@oterral
oterral / extrude-polygons.kml
Last active July 31, 2023 16:24
3D KML with polygons extruded
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/kml/2.2 https://developers.google.com/kml/schema/kml22gx.xsd">
<Document>
<name>Drawing</name>
<Placemark id="linepolygon_1461243757020">
<description/>
<Style>
<LineStyle>
<color>ff00ffff</color>
<width>3</width>
</LineStyle>