Skip to content

Commit

Permalink
Add unit test and supporting KML file CesiumGS#5819
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bernstein committed Sep 14, 2017
1 parent 13a6606 commit ab50ab5
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 157 deletions.
17 changes: 17 additions & 0 deletions Specs/Data/KML/simpleNoIcon.kml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<Style>
<IconStyle>
<Icon>
</Icon>
</IconStyle>
</Style>
<description><![CDATA[image.png <a href="./image.png">image.png</a><img src="image.png"/>]]></description>
<Point>
<coordinates>1,2,3</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Loading

0 comments on commit ab50ab5

Please sign in to comment.