MCPcopy
hub / github.com/django/django / kmz

Function kmz

django/contrib/gis/sitemaps/views.py:61–65  ·  view source on GitHub ↗

Return KMZ for the given app label, model, and field name.

(request, label, model, field_name=None, using=DEFAULT_DB_ALIAS)

Source from the content-addressed store, hash-verified

59
60
61def kmz(request, label, model, field_name=None, using=DEFAULT_DB_ALIAS):
62 """
63 Return KMZ for the given app label, model, and field name.
64 """
65 return kml(request, label, model, field_name, compress=True, using=using)

Callers

nothing calls this directly

Calls 1

kmlFunction · 0.85

Tested by

no test coverage detected