====== Create Kml ====== ===== Description ===== Create a kml from a map. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Map | [[categorical_map_type|Categorical Map]] | Map to be transformed to an georeference image inside Google Earth. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Kml | kml | Resulting kml. | ===== Notes ===== [[https://en.wikipedia.org/wiki/Keyhole_Markup_Language|Keyhole Markup Language (KML)]] is an XML notation for expressing geographic annotation and visualization within two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth. ===== Group ===== [[Functor List#Map Algebra | Map Algebra]] ===== Internal Name ===== CreateKml