Ensure that features in example KML data are visible

This commit is contained in:
Tom Payne
2013-12-18 20:07:46 +01:00
parent cd8a5fbe4d
commit 782616c1bb
+7 -7
View File
@@ -104,13 +104,13 @@
</Style> </Style>
<Folder> <Folder>
<name>Paths</name> <name>Paths</name>
<visibility>0</visibility> <visibility>1</visibility>
<description>Examples of paths. Note that the tessellate tag is by default <description>Examples of paths. Note that the tessellate tag is by default
set to 0. If you want to create tessellated lines, they must be authored set to 0. If you want to create tessellated lines, they must be authored
(or edited) directly in KML.</description> (or edited) directly in KML.</description>
<Placemark> <Placemark>
<name>Tessellated</name> <name>Tessellated</name>
<visibility>0</visibility> <visibility>1</visibility>
<description><![CDATA[If the <tessellate> tag has a value of 1, the line will contour to the underlying terrain]]></description> <description><![CDATA[If the <tessellate> tag has a value of 1, the line will contour to the underlying terrain]]></description>
<LookAt> <LookAt>
<longitude>-112.0822680013139</longitude> <longitude>-112.0822680013139</longitude>
@@ -128,7 +128,7 @@
</Placemark> </Placemark>
<Placemark> <Placemark>
<name>Untessellated</name> <name>Untessellated</name>
<visibility>0</visibility> <visibility>1</visibility>
<description><![CDATA[If the <tessellate> tag has a value of 0, the line follow a simple straight-line path from point to point]]></description> <description><![CDATA[If the <tessellate> tag has a value of 0, the line follow a simple straight-line path from point to point]]></description>
<LookAt> <LookAt>
<longitude>-112.0822680013139</longitude> <longitude>-112.0822680013139</longitude>
@@ -146,7 +146,7 @@
</Placemark> </Placemark>
<Placemark> <Placemark>
<name>Absolute</name> <name>Absolute</name>
<visibility>0</visibility> <visibility>1</visibility>
<description>Transparent purple line</description> <description>Transparent purple line</description>
<LookAt> <LookAt>
<longitude>-112.2719329043177</longitude> <longitude>-112.2719329043177</longitude>
@@ -175,7 +175,7 @@
</Placemark> </Placemark>
<Placemark> <Placemark>
<name>Absolute Extruded</name> <name>Absolute Extruded</name>
<visibility>0</visibility> <visibility>1</visibility>
<description>Transparent green wall with yellow outlines</description> <description>Transparent green wall with yellow outlines</description>
<LookAt> <LookAt>
<longitude>-112.2643334742529</longitude> <longitude>-112.2643334742529</longitude>
@@ -205,7 +205,7 @@
</Placemark> </Placemark>
<Placemark> <Placemark>
<name>Relative</name> <name>Relative</name>
<visibility>0</visibility> <visibility>1</visibility>
<description>Black line (10 pixels wide), height tracks terrain</description> <description>Black line (10 pixels wide), height tracks terrain</description>
<LookAt> <LookAt>
<longitude>-112.2580438551384</longitude> <longitude>-112.2580438551384</longitude>
@@ -234,7 +234,7 @@
</Placemark> </Placemark>
<Placemark> <Placemark>
<name>Relative Extruded</name> <name>Relative Extruded</name>
<visibility>0</visibility> <visibility>1</visibility>
<description>Opaque blue walls with red outline, height tracks terrain</description> <description>Opaque blue walls with red outline, height tracks terrain</description>
<LookAt> <LookAt>
<longitude>-112.2683594333433</longitude> <longitude>-112.2683594333433</longitude>