:tocdepth: 3 :py:mod:`kml` ============= .. py:module:: kml .. autoapi-nested-parse:: Exporter for the KML format. See https://gdal.org/en/stable/drivers/vector/kml.html#creation-options for supported options. **Source code:** :source:`kml` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.exporter.Config` KML Exporter configuration. .. py:class:: Object Bases: :py:obj:`gws.base.exporter.Object` .. py:attribute:: supportsMultiLayer :value: True .. py:attribute:: supportsRaster :value: False .. py:attribute:: supportsVector :value: True .. py:method:: run(ea, er) .. py:class:: Props Bases: :py:obj:`gws.base.exporter.Props` KML Exporter properties.