Add tests for kml url from file

This commit is contained in:
Peter Robins
2016-07-13 09:59:48 +00:00
parent ba97ee4674
commit 5732cde025
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<NetworkLink>
<name>bar</name>
<Link>
<href>/bar/bar.kml</href>
</Link>
</NetworkLink>
</Document>
<Folder>
<NetworkLink>
<Link>
<href>http://foo.com/foo.kml</href>
</Link>
</NetworkLink>
</Folder>
</kml>