module documentation

Undocumented

Function compress_kml Return compressed KMZ from the given KML string.
Function render_to_kml Render the response as KML (using the correct MIME type).
Function render_to_kmz Compress the KML content and return as KMZ (using the correct MIME type).
def compress_kml(kml): (source)

Return compressed KMZ from the given KML string.

def render_to_kml(*args, **kwargs): (source)

Render the response as KML (using the correct MIME type).

def render_to_kmz(*args, **kwargs): (source)

Compress the KML content and return as KMZ (using the correct MIME type).