module documentation

Undocumented

Function kml This view generates KML for the given app label, model, and field name.
Function kmz Return KMZ for the given app label, model, and field name.
def kml(request, label, model, field_name=None, compress=False, using=DEFAULT_DB_ALIAS):

This view generates KML for the given app label, model, and field name.

The field name must be that of a geographic field.

def kmz(request, label, model, field_name=None, using=DEFAULT_DB_ALIAS):
Return KMZ for the given app label, model, and field name.