module documentation

Undocumented

Variable numpy 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).
numpy: bool =

Undocumented

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