hendriksaragih / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

This would function the same as the BASE tag in HTML - used to resolve un-found ... #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would function the same as the BASE tag in HTML - used to resolve un-found 
relative URLs for links and images in KML. (In KMZ - with assets included in 
the ZIP - if the asset is not included within the ZIP then the base URL would 
be applied )

i.e.With <BASE href="http://mysite.com/projects/"> (at the KML root-level)
The following link:
<description><![CDATA[The development at <a href="coast-park/">Somerton 
Park</a> is coming soon]]></description>

Would resolve to: http://mysite.com/projects/coast-park/

Requestor: David Whiterod

Original issue reported on code.google.com by api.pame...@gtempaccount.com on 14 Aug 2008 at 6:18