Author: Helena Bermúdez Sabel (helena.bermudez@usc.es)
Maintained by: David J. Birnbaum (djbpitt@gmail.com)
Last modified:
2021-12-27T22:03:50+0000
If you have not yet read Embedding KML files
into HTML, we recommend doing that before continuing. Google no longer supports
the use of this kind of gadget to embed Google GIS visualizations. We offer here an
alternative to the official
instructions, because the technology it depends on is
still operative, but that that may not be the case for much longer. This illustrates a
general risk of using third-party tools and other resources, which may disappear without
warning, and without any obvious replacement or other alternative.
This section is a duplicate of the Fake KML embed gadget maker, a successful attempt to replicate the functionality of the real KML embed gadget provided by Google, which is currently offline. The developer of the replica site, Barry Hunter, took the original open-source code and wrapped it in a convenient basic container. As Hunter warns, the iframe generated by this tool comes with no warranty at all: Google could discontinue or break the Google Earth API or Google Maps API, on which this tool relies. This feature is in no way endorsed by Google Inc.
<iframe src="{URL of the
popup window created after submitting the form}">
. The
<iframe>
element is valid in HTML5 and in XHTML4
transitional, but not in XHTML4 strict. Now that HTML is an official W3C
recommendation, you should use that if you are using <iframe>
elements.